refactor(web): remove typescript
This commit is contained in:
8
packages/web/src/components/AddAppConnection/style.js
Normal file
8
packages/web/src/components/AddAppConnection/style.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
import BaseForm from 'components/Form';
|
||||
export const Form = styled(BaseForm)(({ theme }) => ({
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: theme.spacing(2),
|
||||
paddingTop: theme.spacing(1),
|
||||
}));
|
Reference in New Issue
Block a user