mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
parent
954ab54493
commit
eda06965fa
285 changed files with 601 additions and 576 deletions
|
@ -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")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue