From bbac83cdef844f0e4ba2d7f3852e9100715419e3 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Tue, 7 Feb 2023 16:45:30 -0500 Subject: [PATCH] Commit --- astro/components/pages/Settings.astro | 5 ----- astro/components/pages/Tab3.astro | 6 ------ astro/env.d.ts | 1 + 3 files changed, 1 insertion(+), 11 deletions(-) create mode 100644 astro/env.d.ts diff --git a/astro/components/pages/Settings.astro b/astro/components/pages/Settings.astro index 2ef0983..e69de29 100644 --- a/astro/components/pages/Settings.astro +++ b/astro/components/pages/Settings.astro @@ -1,5 +0,0 @@ ---- -import SettingsSidebar from '../SettingsSidebar.astro' ---- - - \ No newline at end of file diff --git a/astro/components/pages/Tab3.astro b/astro/components/pages/Tab3.astro index 71799ba..7363c2a 100644 --- a/astro/components/pages/Tab3.astro +++ b/astro/components/pages/Tab3.astro @@ -1,7 +1 @@ ---- -import WebViewControls from '../webview-navigation/TopBar.astro' ---- - - - \ No newline at end of file diff --git a/astro/env.d.ts b/astro/env.d.ts new file mode 100644 index 0000000..8c34fb4 --- /dev/null +++ b/astro/env.d.ts @@ -0,0 +1 @@ +/// \ No newline at end of file