diff --git a/src/ui/App.tsx b/src/ui/App.tsx index 8d606f4..bfe5576 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -1,5 +1,5 @@ import { createSignal } from 'solid-js'; -import { Story } from './Story'; +import { Scrowl } from './Scrowl'; import { Controls } from './Controls'; export default function App() { @@ -13,7 +13,7 @@ export default function App() { "margin-top": "2rem", }} > - + ); diff --git a/src/ui/Controls.tsx b/src/ui/Controls.tsx index c59dd2a..d6f0cb4 100644 --- a/src/ui/Controls.tsx +++ b/src/ui/Controls.tsx @@ -1,3 +1,4 @@ +import { spawnFunctionDraft } from "./scrowlStore"; type Props = { // TODO @@ -15,15 +16,23 @@ export function Controls(props: Props) {
Controls
-
- - -
+ + +