Skip to content

Commit ca5bb98

Browse files
update imports
1 parent 82b73a1 commit ca5bb98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/(app)/alpha/additional-details/_client.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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";
3230
import {
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

4343
type UserDetails = {
4444
username: string;

0 commit comments

Comments
 (0)