Test pre-commit formatting with updated config

This commit is contained in:
MartinBraquet
2026-02-19 17:24:05 +01:00
parent 8c71f6231a
commit f5daa3cdc8

View File

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