This commit is contained in:
Viktor Rådberg
2024-01-13 19:44:27 +01:00
parent 7b0965c0dd
commit bfe25eacb7

View File

@@ -4,7 +4,7 @@ import { useGlobalSettings } from '../../Hooks/useGlobalSettings';
import { ModalWrapper } from './InfoModal';
import { Separator } from './Separator';
import { Paragraph } from './TextComponents';
import { useEffect, useRef, useState } from 'react';
import { useEffect, useState } from 'react';
const SettingContainer = twc.div`w-full flex flex-col`;