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