mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 15:06:06 +01:00
fix: some details
This commit is contained in:
17
src/components/Dash/DataSettings/index.tsx
Normal file
17
src/components/Dash/DataSettings/index.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import { ButtonsStyleSelect } from '../ButtonsStyleSelect'
|
||||
import { DescriptionInput } from '../DescriptionInput'
|
||||
import { FontsSelect } from '../FontsSelect'
|
||||
import { NameInput } from '../NameInput'
|
||||
import { OutlineCheckbox } from '../OutlineCheckbox'
|
||||
|
||||
export function DataSettings() {
|
||||
return (
|
||||
<div>
|
||||
<NameInput />
|
||||
<DescriptionInput />
|
||||
<FontsSelect />
|
||||
<ButtonsStyleSelect />
|
||||
<OutlineCheckbox />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user