mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Reformatted files with biome.
This commit is contained in:
parent
d51f0641a6
commit
fa8d8055df
558 changed files with 2108 additions and 2379 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import { Grid, Icon, Row, Text } from '@umami/react-zen';
|
||||
import { useEffect, useMemo } from 'react';
|
||||
import { Icon, Text, Row, Grid } from '@umami/react-zen';
|
||||
import { LinkButton } from '@/components/common/LinkButton';
|
||||
import { LoadingPanel } from '@/components/common/LoadingPanel';
|
||||
import { useMessages, useNavigation, useWebsiteMetricsQuery } from '@/components/hooks';
|
||||
import { Maximize } from '@/components/icons';
|
||||
import { MetricLabel } from '@/components/metrics/MetricLabel';
|
||||
import { percentFilter } from '@/lib/filters';
|
||||
import { ListTable, ListTableProps } from './ListTable';
|
||||
import { ListTable, type ListTableProps } from './ListTable';
|
||||
|
||||
export interface MetricsTableProps extends ListTableProps {
|
||||
websiteId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue