dirty but the initial concept is working
This commit is contained in:
commit
a72653fcce
18 changed files with 1014 additions and 0 deletions
11
src/App.tsx
Normal file
11
src/App.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import "./index.css";
|
||||
|
||||
import { VisualEditor } from "./VisualEditor/VisualEditor";
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<VisualEditor/>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue