💄 Prettier codebase
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { Divider, ScrollArea, createStyles } from '@mantine/core';
|
||||
import { useViewportSize } from '@mantine/hooks';
|
||||
import React from 'react';
|
||||
|
||||
import {
|
||||
LidarrMediaDisplay,
|
||||
RadarrMediaDisplay,
|
||||
ReadarrMediaDisplay,
|
||||
SonarrMediaDisplay,
|
||||
} from '~/modules/common';
|
||||
|
||||
import { MediasType } from './type';
|
||||
|
||||
interface MediaListProps {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { ColorScheme, useMantineTheme } from '@mantine/core';
|
||||
|
||||
import { isToday } from '~/tools/shared/time/date.tool';
|
||||
|
||||
export const getBgColorByDateAndTheme = (colorScheme: ColorScheme, date: Date) => {
|
||||
|
||||
Reference in New Issue
Block a user