mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
fix: +
This commit is contained in:
parent
35e5956c12
commit
3469ea1aa5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import { renderSearch } from "./search_page.js";
|
|||
import { renderItem } from "./item_page.js";
|
||||
import { renderSkuLinker } from "./linker_page.js";
|
||||
import { renderStore } from "./store_page.js";
|
||||
+import { renderStats, destroyStatsChart } from "./stats_page.js";
|
||||
import { renderStats, destroyStatsChart } from "./stats_page.js";
|
||||
|
||||
function route() {
|
||||
const $app = document.getElementById("app");
|
||||
|
|
|
|||
Loading…
Reference in a new issue