🏗 WIP scaffold for Volumes tabulated view
This commit is contained in:
15
src/client/components/Volumes/Volumes.tsx
Normal file
15
src/client/components/Volumes/Volumes.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import React, { ReactElement, useEffect, useMemo } from "react";
|
||||
import { useDispatch, useSelector } from "react-redux";
|
||||
import { searchIssue } from "../../actions/fileops.actions";
|
||||
import Card from "../Carda";
|
||||
import SearchBar from "../Library/SearchBar";
|
||||
import T2Table from "../shared/T2Table";
|
||||
import ellipsize from "ellipsize";
|
||||
import { isUndefined } from "lodash";
|
||||
import { convert } from "html-to-text";
|
||||
|
||||
export const Volumes = (props): ReactElement => {
|
||||
return <div>as</div>;
|
||||
};
|
||||
|
||||
export default Volumes;
|
||||
Reference in New Issue
Block a user