From 51a51f0fb728fbdc3214bdd1fc15ccba96a175d3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 12 Nov 2023 23:23:06 +0100 Subject: [PATCH] Integrated the main.sass and the fonts.sass into the App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index 1e0b819..ee1510b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,6 @@ import { useState } from "react"; +import "@/common/styles/fonts.sass"; +import "@/common/styles/main.sass"; export default () => { return (