style: reformat files

This commit is contained in:
Dominik 2025-06-30 10:45:56 +02:00
parent 657a64ca7f
commit 2a2c4bc967
Signed by: dominik
GPG key ID: 06A4003FC5049644
87 changed files with 571 additions and 307 deletions

View file

@ -1,7 +1,7 @@
'use client';
import * as React from 'react';
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
import * as React from 'react';
import { cn } from '@/lib/utils';