fix build admin
This commit is contained in:
parent
aea4169a50
commit
aac8861eb5
|
|
@ -1,8 +1,7 @@
|
||||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||||
import { useMemo } from "react";
|
|
||||||
import { extractNumber, formatTime } from "../../../utils";
|
|
||||||
import Table from "../../../lib/table/table";
|
import Table from "../../../lib/table/table";
|
||||||
import { IColumn } from "../../../lib/table/type";
|
import { IColumn } from "../../../lib/table/type";
|
||||||
|
import { extractNumber, formatTime } from "../../../utils";
|
||||||
|
|
||||||
export interface IGraysHistoriesViewProps {
|
export interface IGraysHistoriesViewProps {
|
||||||
histories: Record<string, string>[];
|
histories: Record<string, string>[];
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
/* 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 Table from "../../../lib/table/table";
|
||||||
|
import { IColumn } from "../../../lib/table/type";
|
||||||
|
import { formatTime } from "../../../utils";
|
||||||
|
|
||||||
export interface IGraysHistoriesViewProps {
|
export interface IGraysHistoriesViewProps {
|
||||||
histories: Record<string, string>[];
|
histories: Record<string, string>[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue