mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
use import alias
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user