feat: create recorder ui directory

This commit is contained in:
amhsirak
2025-01-09 20:07:42 +05:30
parent a3de19a668
commit 403345b78e
15 changed files with 13 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
import React, { useCallback, useEffect, useState } from 'react';
import { useSocketStore } from '../../context/socket';
import { Button } from '@mui/material';
import Canvas from "../atoms/canvas";
import { Highlighter } from "../atoms/Highlighter";
import Canvas from "../recorder/canvas";
import { Highlighter } from "../recorder/Highlighter";
import { GenericModal } from '../ui/GenericModal';
import { useActionContext } from '../../context/browserActions';
import { useBrowserSteps, TextStep } from '../../context/browserSteps';