fix build admin #59

Merged
zelda merged 1 commits from main into staging 2025-05-23 18:59:10 +10:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit aac8861eb5 - Show all commits

View File

@ -1,8 +1,7 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { useMemo } from "react";
import { extractNumber, formatTime } from "../../../utils";
import Table from "../../../lib/table/table";
import { IColumn } from "../../../lib/table/type";
import { extractNumber, formatTime } from "../../../utils";
export interface IGraysHistoriesViewProps {
histories: Record<string, string>[];

View File

@ -1,8 +1,7 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { useMemo } from "react";
import { formatTime } from "../../../utils";
import { IColumn } from "../../../lib/table/type";
import Table from "../../../lib/table/table";
import { IColumn } from "../../../lib/table/type";
import { formatTime } from "../../../utils";
export interface IGraysHistoriesViewProps {
histories: Record<string, string>[];