mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 01:27:26 +08:00
[O] Optimize imports
This commit is contained in:
@@ -15,7 +15,7 @@ import moment from 'moment/moment'
|
||||
import CalHeatmap from 'cal-heatmap'
|
||||
// @ts-expect-error Cal-heatmap does not have proper types
|
||||
import CalTooltip from 'cal-heatmap/plugins/Tooltip'
|
||||
import { AQUA_HOST, DEFAULT_PFP, IMG_HOST } from "./config";
|
||||
import { AQUA_HOST, DEFAULT_PFP } from "./config";
|
||||
import type { UserMe } from "./generalTypes";
|
||||
|
||||
export function title(t: string) {
|
||||
|
||||
Reference in New Issue
Block a user