Test pre-commit formatting

This commit is contained in:
MartinBraquet
2026-02-19 17:23:19 +01:00
parent 2f8e6147f6
commit 8c71f6231a

View File

@@ -0,0 +1,11 @@
import {Input} from 'web/components/widgets/input'
function TestComponent() {
return (
<div>
<Input />
</div>
)
}
export default TestComponent