diff --git a/ui_tailwind_shadecn/src/components/custom_ui/Community.tsx b/ui_tailwind_shadecn/src/components/custom_ui/Community.tsx index a5f4e51..28d2eab 100644 --- a/ui_tailwind_shadecn/src/components/custom_ui/Community.tsx +++ b/ui_tailwind_shadecn/src/components/custom_ui/Community.tsx @@ -47,19 +47,19 @@ const Community = ()=>{
- + Discord - + Telegram - + Linkedin - + Youtube - + Instagram
diff --git a/ui_tailwind_shadecn/src/components/custom_ui/Nav.tsx b/ui_tailwind_shadecn/src/components/custom_ui/Nav.tsx index b8936f9..8b8abc1 100644 --- a/ui_tailwind_shadecn/src/components/custom_ui/Nav.tsx +++ b/ui_tailwind_shadecn/src/components/custom_ui/Nav.tsx @@ -4,12 +4,10 @@ import { NavigationMenu, NavigationMenuContent, - NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, - NavigationMenuViewport, } from "@/components/ui/navigation-menu" const Nav = ()=>{ diff --git a/ui_tailwind_shadecn/src/components/custom_ui/OutputComponents.tsx b/ui_tailwind_shadecn/src/components/custom_ui/OutputComponents.tsx index f09b034..6d2c6c1 100644 --- a/ui_tailwind_shadecn/src/components/custom_ui/OutputComponents.tsx +++ b/ui_tailwind_shadecn/src/components/custom_ui/OutputComponents.tsx @@ -1,4 +1,3 @@ -import React from "react"; interface OutputOfComponentsProps { html ?: string; diff --git a/ui_tailwind_shadecn/src/main.tsx b/ui_tailwind_shadecn/src/main.tsx index 7c9d130..359c7d4 100644 --- a/ui_tailwind_shadecn/src/main.tsx +++ b/ui_tailwind_shadecn/src/main.tsx @@ -1,15 +1,12 @@ -import React from 'react' import ReactDOM from 'react-dom/client' import App from './App.tsx' import './index.css' import { ThemeProvider } from "./components/theme-provider.tsx" ReactDOM.createRoot(document.getElementById('root')!).render( - - ) diff --git a/ui_tailwind_shadecn/src/screens/Components.tsx b/ui_tailwind_shadecn/src/screens/Components.tsx index 134fc17..69b3f95 100644 --- a/ui_tailwind_shadecn/src/screens/Components.tsx +++ b/ui_tailwind_shadecn/src/screens/Components.tsx @@ -5,7 +5,6 @@ import { LineChart, Menu, Package, - Package2, Search, ShoppingCart, Users, @@ -46,17 +45,18 @@ export function Components() { Toggle notifications
+
+ +
@@ -121,21 +123,21 @@ export function Components() {
- {/*

diff --git a/ui_tailwind_shadecn/src/screens/Home.tsx b/ui_tailwind_shadecn/src/screens/Home.tsx index c5cc0c0..3c1b155 100644 --- a/ui_tailwind_shadecn/src/screens/Home.tsx +++ b/ui_tailwind_shadecn/src/screens/Home.tsx @@ -1,13 +1,7 @@ import { - Activity, - ArrowUpRight, CircleUser, - CreditCard, - DollarSign, Menu, - Package2, Search, - Users, } from "lucide-react" import { Button } from "@/components/ui/button" @@ -17,32 +11,12 @@ import { useTheme } from "@/components/theme-provider" import { NavigationMenu, NavigationMenuContent, - NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, - NavigationMenuViewport, } from "@/components/ui/navigation-menu" - -import { - Avatar, - AvatarFallback, - AvatarImage, -} from "@/components/ui/avatar" - -import { Badge } from "@/components/ui/badge" -import { Button } from "@/components/ui/button" -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, -} from "@/components/ui/card" - - import { DropdownMenu, DropdownMenuContent, @@ -51,26 +25,15 @@ import { DropdownMenuSeparator, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu" -import { Input } from "@/components/ui/input" + import { Sheet, SheetContent, SheetTrigger } from "@/components/ui/sheet" -import { - Table, - TableBody, - TableCell, - TableHead, - TableHeader, - TableRow, -} from "@/components/ui/table" -import { Link } from "react-router-dom" -import Grid from "@/components/custom_ui/Grid" +import { Link } from "react-router-dom" import { Input } from "@/components/ui/input" -import { Mail } from "lucide-react" import {Logo} from "@/components/custom_ui/Svg" - import Teams from '../components/custom_ui/Teams'; import BlogCard from '../components/custom_ui/BlogCard'; import Content from '../components/custom_ui/Content'; @@ -79,7 +42,6 @@ import Footer from '@/components/custom_ui/Footer'; import YoutubeContent from '../components/custom_ui/YoutubeContent'; import Community from '../components/custom_ui/Community'; - export function Dashboard() { const { setTheme } = useTheme() return ( @@ -89,20 +51,20 @@ export function Dashboard() {