Skip to content

Commit 057c222

Browse files
author
Caleb Kaiser
committed
remove code in _app
1 parent 1f7eaf8 commit 057c222

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/pages/_app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
import '../components/page.css';
22
import '../components/Cells/Image/ImageCanvas.css';
33
import '../components/SettingsBar/HelpText.css';
4-
import config from '../config';
54
import Head from 'next/head';
6-
import Script from 'next/script';
75

86
const MyApp = ({ Component, pageProps }) => {
97
return (
108
<>
119
<Head>
1210
<link rel="icon" type="image/png" href="/favicon.png" />
1311
<title>Kangas - Data and Model Analysis</title>
14-
{ config?.scripts?.map(url => <Script src={url}/>) }
1512
</Head>
1613
<Component {...pageProps} />
1714
</>

0 commit comments

Comments
 (0)