mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
more fixes and organizing
This commit is contained in:
@@ -3,7 +3,7 @@ import { FC, useState } from "react";
|
||||
import { componentTypeType } from "src/types/componentTypeType";
|
||||
import { componentType } from './componentType'
|
||||
// import AddBrand from "./addBrand";
|
||||
import { getData } from "../../actions/componentTypeActions";
|
||||
import { getData } from "src/actions/componentTypeActions";
|
||||
|
||||
interface Props {
|
||||
componentType: componentType[];
|
||||
|
||||
Reference in New Issue
Block a user