Rename updateLog.ts

This commit is contained in:
kwaroran
2024-01-15 13:01:28 +09:00
parent 31724901d2
commit 5239423582
2 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
import { getRisuHub } from "src/ts/characterCards";
import RisuHubIcon from "./Realm/RealmHubIcon.svelte";
import Title from "./Title.svelte";
import { getPatchNote } from "src/etc/updateLog";
import { getPatchNote } from "src/etc/patchNote";
import { parseMarkdownSafe } from "src/ts/parser";
let openHub = false
const patch = getPatchNote(appVer)