Compare commits

..

No commits in common. "testing" and "develop" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
node_modules node_modules
# dist dist
dist-ssr dist-ssr
*.local *.local

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NightlyRadioRadioRadio</title> <title>Vite + Preact + TS</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -8,7 +8,7 @@ export function App() {
return ( return (
<> <>
<div class="container"> <div class="container">
<div></div> <div id={header}></div>
</div> </div>
</> </>
) )