💄 Polish layouts

This commit is contained in:
Meier Lukas
2023-08-01 01:13:21 +02:00
parent fff6e6c077
commit df890b8c0a
30 changed files with 556 additions and 1345 deletions

View File

@@ -1 +0,0 @@
export * from './overseerr';

View File

@@ -1,15 +0,0 @@
import { IconEyeglass } from '@tabler/icons-react';
import { IModule } from '../ModuleTypes';
import { OverseerrMediaDisplay } from '../common';
export const OverseerrModule: IModule = {
title: 'Overseerr',
icon: IconEyeglass,
component: OverseerrMediaDisplay,
id: 'overseerr',
};
export interface OverseerSearchProps {
query: string;
}

View File

@@ -1 +0,0 @@
export { OverseerrModule } from './OverseerrModule';