Refactor based on NextJS 13 Routing / Dir Layout

This commit is contained in:
Koper
2023-08-14 19:50:25 +07:00
parent 63636b52e1
commit eb4fd6dcd0
15 changed files with 22 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
import "./globals.scss";
import "./styles/globals.scss";
import { Roboto } from "next/font/google";
import Head from "next/head";