✨ Add overseerr widget
This commit is contained in:
7
src/widgets/loading.tsx
Normal file
7
src/widgets/loading.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Center, Loader } from '@mantine/core';
|
||||
|
||||
export const WidgetLoading = () => (
|
||||
<Center h="100%">
|
||||
<Loader variant="bars" />
|
||||
</Center>
|
||||
);
|
||||
Reference in New Issue
Block a user