mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
refactor
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import React from "react";
|
||||
import Link from "next/link";
|
||||
import styles from "../styles/modules/AdminNav.module.scss";
|
||||
import styles from "@/styles/modules/AdminNav.module.scss";
|
||||
|
||||
function AdminNav() {
|
||||
return (
|
||||
<div className={styles.adminNav}>
|
||||
<Link href={"/admin"}>Admin</Link>
|
||||
<Link href={"/admin/articles/editor/0"}>New article</Link>
|
||||
<Link href={"/admin/categories/editor/0"}>New category</Link>
|
||||
<Link href={"/admin/editor/article/0"}>New article</Link>
|
||||
<Link href={"/admin/editor/category/0"}>New category</Link>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user