folder structure

This commit is contained in:
robin
2023-07-13 13:20:36 +00:00
parent 14b7979314
commit 297658bab2
5 changed files with 5 additions and 3 deletions
+2
View File
@@ -32,6 +32,8 @@ permissions:
post: false
put: false
delete: false
"token:${SSR_TOKEN}":
methods:
# only via url=
@@ -1,5 +1,5 @@
<script lang="ts">
import { location } from "../store"
import { location } from "./store"
export let url = ""
+1 -1
View File
@@ -1,4 +1,4 @@
import App from "./components/App.svelte"
import App from "./App.svelte"
import { location } from "./store"
const publishLocation = (_p?: string) => {
+1 -1
View File
@@ -1,3 +1,3 @@
import App from "./components/App.svelte"
import App from "./App.svelte"
export default App
View File