We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0145cd commit 33f4253Copy full SHA for 33f4253
src/components/LandingPage/components/TwoColumns.tsx
@@ -12,8 +12,7 @@ interface TwoColumnsOptionalProps {
12
}
13
14
interface TwoColumnsProps
15
- extends TwoColumnsRequiredProps,
16
- TwoColumnsOptionalProps {}
+ extends TwoColumnsRequiredProps, TwoColumnsOptionalProps {}
17
18
const defaultProps: TwoColumnsOptionalProps = {
19
reverse: false
0 commit comments