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 (