diff --git a/package.json b/package.json index 189a55f..73b573a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", + "sass": "^1.57.1", "zod": "^3.20.2" }, "devDependencies": { diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index adea8e0..29b66b3 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -1,6 +1,6 @@ import { type AppType } from "next/dist/shared/lib/utils"; -import "../styles/globals.css"; +import "../styles/globals.scss"; const MyApp: AppType = ({ Component, pageProps }) => { return ; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 4bd924f..e511525 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -247,7 +247,7 @@ const Index: NextPage = () => { } `} -