more fixes

This commit is contained in:
2024-11-26 00:14:49 -05:00
parent 37393d6909
commit 1c69dd77a1
12 changed files with 12 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { ChangeEvent, FC, useState } from "react";
import { brandType } from "../../types/brandType";
import { brandType } from "src/types/brandType";
interface Props {
brand: brandType;
changeBrandName: (id: number, name: string) => void;