mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
starting of widget refactoring
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user