From e452b07ba75a95ac7994e901d32758a434625ac4 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 17 Apr 2023 22:24:11 +0000 Subject: [PATCH] Imported the fonts.sas in the App.jsx --- src/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () => {