mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Stub out checkmate react app
This commit is contained in:
parent
271d2a3219
commit
27dd9d03aa
11 changed files with 18910 additions and 0 deletions
13
crates/compiler/checkmate/www/src/App.tsx
Normal file
13
crates/compiler/checkmate/www/src/App.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import React from "react";
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
<p>
|
||||
Edit <code>src/App.tsx</code> and save to reload.
|
||||
</p>
|
||||
</header>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue