pl-fe: this file doesn't belong to this directory for like years i guess

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-03-07 17:01:48 +01:00
parent 6f672f2567
commit fd3b72445f
4 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import Form from 'pl-fe/components/ui/form';
import FormActions from 'pl-fe/components/ui/form-actions';
import FormGroup from 'pl-fe/components/ui/form-group';
import Textarea from 'pl-fe/components/ui/textarea';
import SettingToggle from 'pl-fe/features/notifications/components/setting-toggle';
import SettingToggle from 'pl-fe/features/settings/components/setting-toggle';
import { useAppDispatch } from 'pl-fe/hooks/use-app-dispatch';
import { useSettingsStore } from 'pl-fe/stores/settings';
import toast from 'pl-fe/toast';