feat: move buttons to ui directory

This commit is contained in:
amhsirak
2025-01-09 19:46:31 +05:30
parent 6b79c3a6c0
commit 5af1cd4c26
14 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import React, { useState, useEffect, useCallback, useRef } from 'react';
import type { SyntheticEvent } from 'react';
import KeyboardArrowRightIcon from '@mui/icons-material/KeyboardArrowRight';
import { NavBarForm, NavBarInput } from "../atoms/form";
import { UrlFormButton } from "../atoms/buttons/buttons";
import { UrlFormButton } from "../ui/buttons/buttons";
import { useSocketStore } from '../../context/socket';
import { Socket } from "socket.io-client";