This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
old-shiloh-website/pages/_app.js

6 lines
127 B
JavaScript

import '@/styles/globals.css'
export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}