Integrated the main.sass and the fonts.sass into the App.jsx

This commit is contained in:
Mathias Wagner 2023-11-12 23:23:06 +01:00
parent eaaaabbbdc
commit 51a51f0fb7
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,4 +1,6 @@
import { useState } from "react";
import "@/common/styles/fonts.sass";
import "@/common/styles/main.sass";
export default () => {
return (