Run pnpm format

This commit is contained in:
venashial
2022-08-03 00:24:44 -07:00
parent e17eb02341
commit 13c417fcee
21 changed files with 579 additions and 565 deletions

View File

@@ -3,11 +3,11 @@
// See https://kit.svelte.dev/docs/typescript
// for information about these interfaces
declare namespace App {
interface Locals {}
interface Locals {}
interface Platform {}
interface Platform {}
interface Session {}
interface Session {}
interface Stuff {}
interface Stuff {}
}