🔧 Cleaned up folder structure

This commit is contained in:
2023-09-11 11:08:33 -04:00
parent 9fe69d21db
commit 8c4027f383
29 changed files with 34 additions and 531 deletions

View File

@@ -1,7 +1,7 @@
import React, { ReactElement, useEffect, useMemo } from "react";
import { useDispatch, useSelector } from "react-redux";
import { searchIssue } from "../../actions/fileops.actions";
import Card from "../Carda";
import Card from "../shared/Carda";
import T2Table from "../shared/T2Table";
import ellipsize from "ellipsize";
import { convert } from "html-to-text";