Skip to content

Commit 1f5ea9e

Browse files
committed
🎞️🍳 ↝ Removing stuff [ SGV2-8 ]
1 parent 206d8b8 commit 1f5ea9e

13 files changed

+9
-42
lines changed

β€Ž.DS_Store

0 Bytes
Binary file not shown.

β€Žcomponents/Overlays/1-Feed.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useState } from 'react';
2-
import { GardenDashboard } from '../../@/components/garden-dashboard';
3-
import { Button } from '../../@/components/ui/button';
2+
import { GardenDashboard } from '../garden-dashboard';
3+
import { Button } from '../ui/addons/button';
44
import { useMediaQuery } from 'react-responsive';
55
import Link from 'next/link';
66

β€Žcomponents/dashboard-logs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ShoppingBagIcon } from "@heroicons/react/24/outline";
2-
import { CardTitle, CardHeader, CardContent, Card } from "../@/components/ui/card";
2+
import { CardTitle, CardHeader, CardContent, Card } from "./ui/addons/card";
33
import OwnedItemsList from "./Content/Inventory/UserOwnedItems";
44

55
export function InventoryBlock() {

β€Ž@/components/garden-dashboard.tsx β€Žcomponents/garden-dashboard.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Link from "next/link"
2-
import { Button } from "./ui/button"
3-
import { DashboardLogs, InventoryBlock } from "../../components/dashboard-logs";
2+
import { Button } from "./ui/addons/button"
3+
import { DashboardLogs, InventoryBlock } from "./dashboard-logs";
44
import { useState } from "react";
5-
import { Garden } from "../../components/Content/Planets/GalleryList";
5+
import { Garden } from "./Content/Planets/GalleryList";
66

77
export function GardenDashboard() {
88
const [showGalaxy, setShowGalaxy] = useState(false);

β€Žcomponents/quick-look.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CardDescription, CardHeader, CardContent, Card, CardTitle } from "../@/components/ui/card"
1+
import { CardDescription, CardHeader, CardContent, Card, CardTitle } from "./ui/addons/card"
22
import { Button } from "./ui/Button"
33

44
export function QuickLook() {
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žpages/auto/index.tsx

-11
This file was deleted.

β€Žpages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Navigation, {
1919
UserDropdownMenu,
2020
UserMenuItems,
2121
} from "../components/Section/Navbar";
22-
import { GardenDashboard } from "../@/components/garden-dashboard";
22+
import { GardenDashboard } from "../components/garden-dashboard";
2323
import FeedOverlay from "../components/Overlays/1-Feed";
2424
import Link from "next/link";
2525
import { AppWindowIcon, MenuIcon } from "lucide-react";

β€Žpages/onboarding/select.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export default function Home() {
2727
return (
2828
<Layout>Hello</Layout>
2929
);
30-
};
30+
};

β€Žpages/planets/map.tsx

-12
This file was deleted.

β€Žpages/tests/placeholder.tsx

-10
This file was deleted.

0 commit comments

Comments
Β (0)