chore(*): Remove typescript

This commit is contained in:
Josh Creek
2023-06-30 17:10:47 +00:00
parent 6b29dd068f
commit fb45bac08f
6 changed files with 59 additions and 358 deletions
-12
View File
@@ -1,12 +0,0 @@
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%//favicon-32x32.png" />
<link rel="icon" href="%sveltekit.assets%/favicon-32x32.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>