diff --git a/src/components/EditNews.vue b/src/components/EditNews.vue new file mode 100644 index 0000000..fe4e000 --- /dev/null +++ b/src/components/EditNews.vue @@ -0,0 +1,143 @@ + + + \ No newline at end of file diff --git a/src/pages/404.astro b/src/pages/404.astro index 297dff0..acd006f 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,19 +1,22 @@ --- import Layout from "../layouts/Layout.astro"; +// import EditNews from "../../components/EditNews.vue"; --- - +
-
-

-
+

404 | Page Not Found

+
-
+ - \ No newline at end of file diff --git a/src/pages/ad-file.astro b/src/pages/editor/ad-file.astro similarity index 100% rename from src/pages/ad-file.astro rename to src/pages/editor/ad-file.astro diff --git a/src/pages/add-news.astro b/src/pages/editor/add-news.astro similarity index 100% rename from src/pages/add-news.astro rename to src/pages/editor/add-news.astro diff --git a/src/pages/edit-news.astro b/src/pages/editor/edit-news.astro similarity index 71% rename from src/pages/edit-news.astro rename to src/pages/editor/edit-news.astro index 505c89b..3a15d17 100644 --- a/src/pages/edit-news.astro +++ b/src/pages/editor/edit-news.astro @@ -1,5 +1,5 @@ --- -import Layout from "../layouts/Layout.astro"; +import Layout from "../../layouts/Layout.astro"; ---
@@ -7,6 +7,13 @@ import Layout from "../layouts/Layout.astro";

Edit News

+ @@ -23,33 +30,13 @@ import Layout from "../layouts/Layout.astro";