Chore: add organize imports to pre-commit (#5104)

This commit is contained in:
shamoon 2025-03-30 21:40:03 -07:00 committed by GitHub
parent 954ab54493
commit eda06965fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
285 changed files with 601 additions and 576 deletions

View file

@ -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")),