mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
fix: typings
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import Box from "@mui/material/Box";
|
||||
import Stack from "@mui/material/Stack";
|
||||
import Typography from "@mui/material/Typography";
|
||||
import { Icon as IconI } from "../../../types";
|
||||
import { IconI } from "../../../validation/SceneSchema";
|
||||
|
||||
interface Props {
|
||||
icon: IconI;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import Grid from "@mui/material/Grid";
|
||||
import { Icon as IconI } from "../../../types";
|
||||
import { IconI } from "../../../validation/SceneSchema";
|
||||
import { Icon } from "./Icon";
|
||||
import { Section } from "../../Sidebar/Section";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { useMemo } from "react";
|
||||
import Grid from "@mui/material/Grid";
|
||||
import { IconCategory } from "./IconCategory";
|
||||
import { Icon as IconI } from "../../../types";
|
||||
import { IconI } from "../../../validation/SceneSchema";
|
||||
import { Sidebar } from "../../Sidebar";
|
||||
import { Header } from "../../Sidebar/Header";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user