File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/(app)/alpha/additional-details Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ import {
2727 slideThreeSubmitAction ,
2828 slideTwoSubmitAction ,
2929} from "./_actions" ;
30- import { Heading , Subheading } from "./components/heading" ;
31- import { Divider } from "./components/divider" ;
3230import {
3331 ErrorMessage ,
3432 Field ,
3533 Fieldset ,
3634 Label ,
3735 Legend ,
38- } from "./components/fieldset" ;
39- import { Input } from "./components/input" ;
40- import { Select } from "./components/select" ;
41- import { Button } from "./components/button" ;
36+ } from "@/components/Catalyst/fieldset" ;
37+ import { Input } from "@/components/Catalyst/input" ;
38+ import { Select } from "@/components/Catalyst/select" ;
39+ import { Button } from "@/components/Catalyst/button" ;
40+ import { Heading , Subheading } from "@/components/Catalyst/heading" ;
41+ import { Divider } from "@/components/Catalyst/divider" ;
4242
4343type UserDetails = {
4444 username : string ;
You can’t perform that action at this time.
0 commit comments