This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #### APP.TSX #### | |
// /src/pages/_app.tsx | |
import App from 'next/app' | |
import { loadFontPrimary } from '@utils/fontLoadObserver' | |
import FontFace from '@styles/FontFace' | |
import BaseStyles from '@styles/Base' | |
import { Reset } from 'styled-reset' | |
import VContainer from '@components/VContainer/VContainer' |