mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 01:26:01 -08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import classNames from "classnames";
|
||||
|
||||
import ContainerLink from "./container_link";
|
||||
import Resource from "./resource";
|
||||
import Raw from "./raw";
|
||||
import Resource from "./resource";
|
||||
import WidgetLabel from "./widget_label";
|
||||
|
||||
export default function Resources({ options, children, target, additionalClassNames }) {
|
||||
|
||||
Reference in New Issue
Block a user