diff --git a/src/routes/(editor)/experimental.tsx b/src/routes/(editor)/experimental.tsx index 5ddac59..171a55a 100644 --- a/src/routes/(editor)/experimental.tsx +++ b/src/routes/(editor)/experimental.tsx @@ -17,7 +17,8 @@ export default function Experimental(props: ParentProps) { - + + }> diff --git a/src/routes/(editor)/experimental/formatter.module.css b/src/routes/(editor)/experimental/editor.module.css similarity index 100% rename from src/routes/(editor)/experimental/formatter.module.css rename to src/routes/(editor)/experimental/editor.module.css diff --git a/src/routes/(editor)/experimental/formatter.tsx b/src/routes/(editor)/experimental/editor.tsx similarity index 83% rename from src/routes/(editor)/experimental/formatter.tsx rename to src/routes/(editor)/experimental/editor.tsx index 4c9546a..25e2090 100644 --- a/src/routes/(editor)/experimental/formatter.tsx +++ b/src/routes/(editor)/experimental/editor.tsx @@ -1,8 +1,7 @@ -import { createEffect, createSignal } from "solid-js"; +import { createSignal } from "solid-js"; import { debounce } from "@solid-primitives/scheduled"; -import { Textarea } from "~/components/textarea"; -import css from './formatter.module.css'; import { Editor, useEditor } from "~/features/editor"; +import css from './editor.module.css'; const tempVal = ` # Header @@ -37,11 +36,10 @@ export default function Formatter(props: {}) { return
- {/* - - */} - +