\ No newline at end of file
diff --git a/src/lib/components/editor/index.svelte b/src/lib/components/editor/index.svelte
new file mode 100644
index 0000000..6b28285
--- /dev/null
+++ b/src/lib/components/editor/index.svelte
@@ -0,0 +1,5 @@
+
+
+
\ No newline at end of file
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index e69de29..dd75306 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -0,0 +1,5 @@
+
+
+
\ No newline at end of file
diff --git a/src/routes/layout.css b/src/routes/layout.css
index 1de9649..680f5c0 100644
--- a/src/routes/layout.css
+++ b/src/routes/layout.css
@@ -13,8 +13,4 @@ html {
html body {
@apply font-[AmericanTypewriter];
/* @apply w-full md:w-[68%] mx-auto h-full; */
- }
-
-button {
- @apply py-2 px-3 bg-green-400 rounded-xl;
-}
\ No newline at end of file
+ }
\ No newline at end of file