more fixes and organizing

This commit is contained in:
2024-11-25 17:09:47 -05:00
parent 0dfd533b71
commit 725b62c31a
6 changed files with 33 additions and 6 deletions

View File

@@ -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[];