mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 01:24:09 +01:00
Removed _app.js
This commit is contained in:
parent
973525bac9
commit
c2b3c6d243
@ -1,15 +0,0 @@
|
||||
import "../styles/globals.css";
|
||||
import Head from "next/head";
|
||||
|
||||
const MyApp = ({ Component, pageProps }) => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>Upscayl</title>
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default MyApp;
|
Loading…
x
Reference in New Issue
Block a user