Reformatted files with biome.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
'use client';
|
||||
import { Column } from '@umami/react-zen';
|
||||
import { useMessages } from '@/components/hooks';
|
||||
import { WebsitesDataTable } from '@/app/(main)/websites/WebsitesDataTable';
|
||||
import { SectionHeader } from '@/components/common/SectionHeader';
|
||||
import { useMessages } from '@/components/hooks';
|
||||
|
||||
export function WebsitesSettingsPage({ teamId }: { teamId: string }) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
|
||||
Reference in New Issue
Block a user