use import alias

This commit is contained in:
Oliver Bryan
2026-01-01 10:55:12 +00:00
parent 63fef4a0e9
commit ba2156da98
7 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import { type ChangeEvent, useMemo, useState } from "react";
import { Input } from "./input";
import { Label } from "./label";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
export function Field({
label,