diff --git a/src/ui/App.tsx b/src/ui/App.tsx index bfe5576..eabbe75 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -1,6 +1,5 @@ -import { createSignal } from 'solid-js'; import { Scrowl } from './Scrowl'; -import { Controls } from './Controls'; +import { Sidebar } from './Sidebar'; export default function App() { return ( @@ -14,7 +13,7 @@ export default function App() { }} > - + ); } diff --git a/src/ui/Controls.tsx b/src/ui/Controls.tsx index d6f0cb4..97d5110 100644 --- a/src/ui/Controls.tsx +++ b/src/ui/Controls.tsx @@ -1,4 +1,4 @@ -import { spawnFunctionDraft } from "./scrowlStore"; +import { spawnNewFunctionDraftDigith } from "./scrowlStore"; type Props = { // TODO @@ -6,20 +6,14 @@ type Props = { export function Controls(props: Props) { return ( -