mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
more fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user