Commit
This commit is contained in:
parent
c1baf1fa55
commit
bbac83cdef
3 changed files with 1 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
import SettingsSidebar from '../SettingsSidebar.astro'
|
|
||||||
---
|
|
||||||
|
|
||||||
<SettingsSidebar />
|
|
|
@ -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>
|
<webview class="fullview with-controls" src="https://notes.korbsstudio.com/nexus-polestar/webview.html"></webview>
|
1
astro/env.d.ts
vendored
Normal file
1
astro/env.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/// <reference types="astro/client" />
|
Reference in a new issue