mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-08-10 09:03:41 +00:00
Initial commit from Create Next App
This commit is contained in:
5
pages/_app.js
Normal file
5
pages/_app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import '@/styles/globals.css'
|
||||
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
Reference in New Issue
Block a user