Formatting

This commit is contained in:
Aaron Cox
2023-11-21 14:59:19 -08:00
parent 55f324dc2f
commit d2292cceeb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
target: document.getElementById('app'),
})
export default app
+1 -1
View File
@@ -34,4 +34,4 @@ export async function logout() {
// A function that performs the restore and sets the session variable
export async function restore() {
session = await sessionKit.restore()
}
}