Remove unnecessary imports
This commit is contained in:
parent
aa86b623ef
commit
e72010ca40
2 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,3 @@
|
|||
import { FC } from "react";
|
||||
import SvgGoogle from "../../icons/Google/Google";
|
||||
import SvgBing from "../../icons/Bing/Bing";
|
||||
import { IconComponentProps, SvgIconProps } from "../../types/components";
|
||||
import { svgIcons } from "../../utils";
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import { useParams } from "react-router-dom";
|
|||
import { TabsContext } from "../../contexts/tabsContext";
|
||||
import { getVersion } from "../../controllers/API";
|
||||
import Page from "./components/PageComponent";
|
||||
import IconComponent from "../../components/genericIconComponent";
|
||||
|
||||
export default function FlowPage() {
|
||||
const { flows, tabId, setTabId } = useContext(TabsContext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue