mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
Move setting to top
This commit is contained in:
parent
85934e4625
commit
e367af47ef
@ -9,8 +9,8 @@ import { DefaultAppSettings } from '@app/components/shared/config/configSections
|
|||||||
const GeneralSection: React.FC = () => {
|
const GeneralSection: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<Stack gap="lg">
|
<Stack gap="lg">
|
||||||
<CoreGeneralSection />
|
|
||||||
<DefaultAppSettings />
|
<DefaultAppSettings />
|
||||||
|
<CoreGeneralSection />
|
||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user