Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed May 9, 2024
1 parent a4ca0c1 commit 1f723c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/components/ui/toaster.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Toast, ToastClose, ToastDescription, ToastProvider, ToastTitle, ToastViewport } from '@/components/ui/toast';
import { useToast } from '@/hooks/use-toast.ts';
import { useToast } from '@/hooks/use-toast';

export function Toaster() {
const { toasts } = useToast();
Expand Down
2 changes: 1 addition & 1 deletion resources/js/pages/error.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Card, CardDescription, CardHeader, CardTitle } from '@/components/ui/card.tsx';
import { Card, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';

export default function Error({ status }: { status: number }) {
const title = {
Expand Down

0 comments on commit 1f723c1

Please sign in to comment.