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

@@ -1,5 +1,5 @@
import React, { forwardRef, useCallback, useImperativeHandle, useRef } from 'react';
import { WarningText } from "../../atoms/texts";
import { WarningText } from "../../ui/texts";
import InfoIcon from "@mui/icons-material/Info";
import { KeyValueForm } from "../KeyValueForm";