Consistent code formatting
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { onMount } from "svelte";
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const visitCount = writable(0);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export interface Adventure {
|
||||
id: number
|
||||
name: string;
|
||||
location: string;
|
||||
created:string
|
||||
}
|
||||
id: number;
|
||||
name: string;
|
||||
location: string;
|
||||
created: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user