Skip to content

Commit

Permalink
feat: format
Browse files Browse the repository at this point in the history
  • Loading branch information
olros committed Nov 20, 2023
1 parent 77e1e87 commit 1b5bbb3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion web/app/components/nivo/ResponsiveBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BarDatum, ResponsiveBar, ResponsiveBarSvgProps } from '@nivo/bar';
import type { BarDatum, ResponsiveBarSvgProps } from '@nivo/bar';
import { ResponsiveBar } from '@nivo/bar';
import { useIsClient } from '~/hooks/useIsClient';

const ResponsiveBarBox = <RawDatum extends BarDatum>(props: ResponsiveBarSvgProps<RawDatum>) => {
Expand Down
3 changes: 2 additions & 1 deletion web/app/components/nivo/ResponsiveLine.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ResponsiveLine, LineSvgProps } from '@nivo/line';
import type { LineSvgProps } from '@nivo/line';
import { ResponsiveLine } from '@nivo/line';
import { useIsClient } from '~/hooks/useIsClient';

const ResponsiveLineBox = (props: LineSvgProps) => {
Expand Down
2 changes: 1 addition & 1 deletion web/app/components/statistics/HoursOfTheDay.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Card, Typography, useTheme } from '@mui/joy';
import { Suspense, lazy } from 'react';
import { lazy, Suspense } from 'react';

import type { getTopHours } from './loaders';

Expand Down
2 changes: 1 addition & 1 deletion web/app/components/statistics/PageviewsTrend.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Card, Typography, useTheme } from '@mui/joy';
import { Suspense, lazy } from 'react';
import { lazy, Suspense } from 'react';

import type { getPageViewsTrend } from './loaders';

Expand Down
2 changes: 1 addition & 1 deletion web/app/components/statistics/VisitorsTrend.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Card, Typography, useTheme } from '@mui/joy';
import { Suspense, lazy } from 'react';
import { lazy, Suspense } from 'react';

import type { getPageVisitorsTrend } from './loaders';

Expand Down

1 comment on commit 1b5bbb3

@vercel
Copy link

@vercel vercel bot commented on 1b5bbb3 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stats – ./

stats.olafros.com
stats-nu-nine.vercel.app
stats-olros.vercel.app
stats-git-main-olros.vercel.app

Please sign in to comment.