fix SettingsContainer
: settings were extended by the backups component
how tf did i miss this Co-authored-by: Victor B. <contact@itsvic.dev>
This commit is contained in:
parent
62e1fc9753
commit
83030d928f
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ import CopyOnClick from '@/components/elements/CopyOnClick';
|
||||||
import { ip } from '@/lib/formatters';
|
import { ip } from '@/lib/formatters';
|
||||||
import { Button } from '@/components/elements/button/index';
|
import { Button } from '@/components/elements/button/index';
|
||||||
|
|
||||||
import BeforeContent from '@/blueprint/components/Server/Backups/BeforeContent';
|
import BeforeContent from '@/blueprint/components/Server/Settings/BeforeContent';
|
||||||
import AfterContent from '@/blueprint/components/Server/Backups/AfterContent';
|
import AfterContent from '@/blueprint/components/Server/Settings/AfterContent';
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
const username = useStoreState((state) => state.user.data!.username);
|
const username = useStoreState((state) => state.user.data!.username);
|
||||||
|
|
Loading…
Reference in a new issue