feat: move loader and text to ui directory

This commit is contained in:
amhsirak
2025-01-09 19:47:39 +05:30
parent 5af1cd4c26
commit 6640e88353
8 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import { Checkbox, FormControlLabel, FormGroup, MenuItem, Stack, TextField } fro
import { AddButton } from "../ui/buttons/AddButton";
import { RemoveButton } from "../ui/buttons/RemoveButton";
import { KeyValueForm } from "./KeyValueForm";
import { WarningText } from "../atoms/texts";
import { WarningText } from "../ui/texts";
interface DisplayConditionSettingsProps {
whereProp: string;