diff --git a/src/App.jsx b/src/App.jsx index 82d92e7..23d365e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,5 @@ -import "@styles/root.sass" +import "@styles/fonts.sass"; +import "@styles/root.sass"; import Login from "@/pages/Login"; export default () => {