mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
starting of widget refactoring
This commit is contained in:
parent
d6f6ea9dba
commit
562235f828
42 changed files with 337 additions and 301 deletions
8
src/widgets/components.js
Normal file
8
src/widgets/components.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import dynamic from "next/dynamic";
|
||||
|
||||
const components = {
|
||||
overseerr: dynamic(() => import("./overseerr/component")),
|
||||
radarr: dynamic(() => import("./radarr/component")),
|
||||
};
|
||||
|
||||
export default components;
|
Loading…
Add table
Add a link
Reference in a new issue