1
Fork 0
This commit is contained in:
KorbsStudio 2023-02-07 16:45:30 -05:00
parent c1baf1fa55
commit bbac83cdef
No known key found for this signature in database
3 changed files with 1 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
import SettingsSidebar from '../SettingsSidebar.astro'
---
<SettingsSidebar />

View file

@ -1,7 +1 @@
---
import WebViewControls from '../webview-navigation/TopBar.astro'
---
<WebViewControls></WebViewControls>
<webview class="fullview with-controls" src="https://notes.korbsstudio.com/nexus-polestar/webview.html"></webview>

1
astro/env.d.ts vendored Normal file
View file

@ -0,0 +1 @@
/// <reference types="astro/client" />