mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 05:48:08 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import dynamic from "next/dynamic";
|
||||
import ErrorBoundary from "components/errorboundry";
|
||||
import dynamic from "next/dynamic";
|
||||
|
||||
const widgetMappings = {
|
||||
weatherapi: dynamic(() => import("components/widgets/weather/weather")),
|
||||
|
||||
Reference in New Issue
Block a user