mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-23 18:36:02 -05:00
Test pre-commit formatting
This commit is contained in:
11
web/components/test-file.tsx
Normal file
11
web/components/test-file.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import {Input} from 'web/components/widgets/input'
|
||||
|
||||
function TestComponent() {
|
||||
return (
|
||||
<div>
|
||||
<Input />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default TestComponent
|
||||
Reference in New Issue
Block a user