[O] Optimize imports

This commit is contained in:
Azalea
2024-03-06 00:21:27 -05:00
parent 0da50bc693
commit 96cac6ca68
10 changed files with 15 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import { CHARTJS_OPT, coverNotFound, pfpNotFound, registerChart, renderCal, title, tooltip } from "../libs/ui";
import type { GenericGamePlaylog, GenericGameSummary, MusicMeta, TrendEntry, UserMe } from "../libs/generalTypes";
import {DATA_HOST} from "../libs/config";
import { DATA_HOST } from "../libs/config";
import 'cal-heatmap/cal-heatmap.css';
import { Line } from 'svelte-chartjs';
import moment from "moment";