mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-07 16:02:10 +08:00
Chore: add organize imports to pre-commit (#5104)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getAllClasses, getInnerBlock, getBottomBlock } from "./container";
|
||||
import { getAllClasses, getBottomBlock, getInnerBlock } from "./container";
|
||||
|
||||
export default function ContainerForm({ children = [], options, additionalClassNames = "", callback }) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user