mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
fix: typings
This commit is contained in:
parent
d1abf24563
commit
db499881a9
3 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue