Skip to content
Snippets Groups Projects
Commit edcf35a5 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Remove useless debug fact

parent 15e99f57
No related branches found
No related tags found
No related merge requests found
import { writable } from "svelte-local-storage-store";
import type { Writable } from "svelte/store";
export const gameFactsStore: Writable<String[]> = writable("gameFacts", [
"debugRequiredFact",
]);
export const gameFactsStore: Writable<String[]> = writable("gameFacts", []);
export function addGameFactToFactArray(
gameFact: String,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment