1
0
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:
Feenix 2022-11-12 02:14:12 +05:30
parent 973525bac9
commit c2b3c6d243

View File

@ -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;