Rename updateLog.ts
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
import { getRisuHub } from "src/ts/characterCards";
|
import { getRisuHub } from "src/ts/characterCards";
|
||||||
import RisuHubIcon from "./Realm/RealmHubIcon.svelte";
|
import RisuHubIcon from "./Realm/RealmHubIcon.svelte";
|
||||||
import Title from "./Title.svelte";
|
import Title from "./Title.svelte";
|
||||||
import { getPatchNote } from "src/etc/updateLog";
|
import { getPatchNote } from "src/etc/patchNote";
|
||||||
import { parseMarkdownSafe } from "src/ts/parser";
|
import { parseMarkdownSafe } from "src/ts/parser";
|
||||||
let openHub = false
|
let openHub = false
|
||||||
const patch = getPatchNote(appVer)
|
const patch = getPatchNote(appVer)
|
||||||
|
|||||||
Reference in New Issue
Block a user