mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Update config, ButtonIcon, remove cloneElement
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import styled, { css } from 'styled-components';
|
||||
|
||||
// Types
|
||||
import { TDirection } from '@type/common';
|
||||
import { TDirection } from '@src/types/common';
|
||||
|
||||
interface IStyledFormRow {
|
||||
direction?: TDirection;
|
||||
}
|
||||
|
||||
// Styled
|
||||
import Button from '@commonStyle/Button';
|
||||
import Button from '@src/commons/styles/Button';
|
||||
|
||||
const StyledForm = styled.form`
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user