mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38: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,4 +1,4 @@
|
|||
import { getAllClasses, getInnerBlock, getBottomBlock } from "./container";
|
||||
import { getAllClasses, getBottomBlock, getInnerBlock } from "./container";
|
||||
|
||||
export default function ContainerButton({ children = [], options, additionalClassNames = "", callback }) {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue