style: fix no-unused-vars -- prefix unused catch bindings, remove dead code, suppress template-use false positives
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
import { Button } from '$lib/components/ui/button';
|
||||
import * as Card from '$lib/components/ui/card';
|
||||
import { Input } from '$lib/components/ui/input';
|
||||
import { Skeleton } from '$lib/components/ui/skeleton';
|
||||
import type { Booking } from '$lib/types/booking';
|
||||
import { formatUserName } from '$lib/utils/nameDisplay';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user