Skip to content

Commit

Permalink
🦮🚣🏻 ↝ Merge pull request #101 from Signal-K/SGV2-8-Remove-unneeded-fi…
Browse files Browse the repository at this point in the history
…les-scripts

🦮🚣🏻 ↝ Updating & improving file structure for dev purposes [ SGV2-2 SGV2-8]
  • Loading branch information
Gizmotronn committed Mar 18, 2024
2 parents 206d8b8 + 5254b12 commit a41aaeb
Show file tree
Hide file tree
Showing 95 changed files with 647 additions and 1,605 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion components/Authentication/LoginModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ReactNode, useEffect } from 'react';
// import { useHistory } from 'react-router-dom';
import Link from 'next/link';
import Layout from '../../components/Section/Layout';
import Layout from '../_Core/Section/Layout';
import { Auth, ThemeSupa } from '@supabase/auth-ui-react';
import { useSession, useSupabaseClient } from '@supabase/auth-helpers-react';
import { useRouter } from 'next/router';
Expand Down
4 changes: 2 additions & 2 deletions components/Content/Archive/ArchivedInventory.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from "react";
import { useSession, useSupabaseClient } from "@supabase/auth-helpers-react";
import Layout from "../../Section/Layout";
import Layout from "../../_Core/Section/Layout";
import OwnedPlanetsList from "./UserOwnedPlanets"; // Potentially this should be in a lists component dir
import OwnedItemsList from "../Inventory/UserOwnedItems";
import MySpaceships from "../Inventory/Vehicles/MySpaceships";
import MySpaceships from "../../Gameplay/Vehicles/MySpaceships";

export default function V1Inventory() { // Inventory items for v1 of public schema, see notes below
const supabase = useSupabaseClient();
Expand Down
323 changes: 0 additions & 323 deletions components/Content/ClassificationFeed.tsx

This file was deleted.

Loading

0 comments on commit a41aaeb

Please sign in to comment.