mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
fix: import missing type
This commit is contained in:
parent
259bbf44db
commit
5f0afdce98
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
import React from "react";
|
||||
import { createColumnHelper, flexRender, getCoreRowModel, useReactTable, Table } from "@tanstack/react-table";
|
||||
import { FileInfo } from "@/bindings/fileservice";
|
||||
|
||||
import "./directorytable.less";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue