mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
disable single attribute per line
This commit is contained in:
@@ -12,11 +12,7 @@ const SettingsRoute = () => {
|
||||
return (
|
||||
<AnimatedPage>
|
||||
<SettingSearchContext.Provider value={search}>
|
||||
<Flex
|
||||
direction="column"
|
||||
h="100%"
|
||||
w="100%"
|
||||
>
|
||||
<Flex direction="column" h="100%" w="100%">
|
||||
<SettingsHeader setSearch={setSearch} />
|
||||
<SettingsContent />
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user