Skip to content

Commit dcf75a0

Browse files
author
Tony Lea
committed
Checking if case sensitive imports are breaking in the CI
1 parent 410c571 commit dcf75a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Auth/ConfirmPassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Components
22
import InputError from "@/Components/InputError";
33
import AuthLayout from "@/Layouts/Auth/AuthBase";
4-
import { Button } from "@/components/ui/button";
4+
import { Button } from "@/Components/ui/button";
55
import { Input } from "@/components/ui/input";
66

77
import { LoaderCircle } from "lucide-react";

0 commit comments

Comments
 (0)