mirror of
https://github.com/wharfkit/tutorial-client.git
synced 2026-07-21 16:53:28 +00:00
Formatting
This commit is contained in:
+1
-1
@@ -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
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user