mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 05:14:20 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
import '@/styles/globals.css'
|
|
|
|
export default function App({ Component, pageProps }) {
|
|
return <Component {...pageProps} />
|
|
}
|