refactor: move components in src/components/ui to src/shared/view/ui

This commit is contained in:
Haileyesus
2026-02-27 22:49:18 +03:00
parent 19a4cba759
commit 5110710d61
30 changed files with 51 additions and 61 deletions

View File

@@ -1,7 +1,6 @@
import React, { useState, useEffect } from 'react';
import { X, FolderPlus, GitBranch, Key, ChevronRight, ChevronLeft, Check, Loader2, AlertCircle, FolderOpen, Eye, EyeOff, Plus } from 'lucide-react';
import { Button } from './ui/button';
import { Input } from './ui/input';
import { Button, Input } from '../shared/view/ui';
import { api } from '../utils/api';
import { useTranslation } from 'react-i18next';