diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index e304ccae1..e99303abc 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -6,7 +6,6 @@ import Head from "next/head"; import "styles/globals.css"; import "styles/theme.css"; import "styles/manrope.css"; -import "styles/custom.css"; import nextI18nextConfig from "../../next-i18next.config"; import { ColorProvider } from "utils/contexts/color"; diff --git a/src/styles/custom.css b/src/styles/custom.css deleted file mode 100644 index cbc9cf6a4..000000000 --- a/src/styles/custom.css +++ /dev/null @@ -1,3 +0,0 @@ -/* -Mount this file and define your custom styles -*/ \ No newline at end of file