This commit is contained in:
Philip Cesar Garay
2025-08-01 21:05:44 +08:00
parent 84fc719a10
commit e22b87bd49
18 changed files with 500 additions and 14 deletions
+2
View File
@@ -27,6 +27,7 @@ import Providers from "./src/providers";
import AppLayout from "./src/layouts/AppLayout";
import {
Inter_400Regular,
Inter_400Regular_Italic,
Inter_500Medium,
Inter_600SemiBold,
Inter_700Bold,
@@ -56,6 +57,7 @@ const App = () => {
InterMedium: Inter_500Medium,
InterSemiBold: Inter_600SemiBold,
InterBold: Inter_700Bold,
InterRegularItalic: Inter_400Regular_Italic,
});
useEffect(() => {