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

@@ -5,7 +5,7 @@ import { InterpretationLog } from "../components/molecules/InterpretationLog";
import { startRecording, getActiveBrowserId } from "../api/recording";
import { LeftSidePanel } from "../components/organisms/LeftSidePanel";
import { RightSidePanel } from "../components/organisms/RightSidePanel";
import { Loader } from "../components/atoms/Loader";
import { Loader } from "../components/ui/Loader";
import { useSocketStore } from "../context/socket";
import { useBrowserDimensionsStore } from "../context/browserDimensions";
import { ActionProvider } from "../context/browserActions"