💄 Polish layouts
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export * from './overseerr';
|
||||
@@ -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;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
export { OverseerrModule } from './OverseerrModule';
|
||||
Reference in New Issue
Block a user