Skip to content

Commit a41aaeb

Browse files
authored
🦮🚣🏻 ↝ Merge pull request #101 from Signal-K/SGV2-8-Remove-unneeded-files-scripts
🦮🚣🏻 ↝ Updating & improving file structure for dev purposes [ SGV2-2 SGV2-8]
2 parents 206d8b8 + 5254b12 commit a41aaeb

File tree

95 files changed

+647
-1605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+647
-1605
lines changed

.DS_Store

0 Bytes
Binary file not shown.

components/Authentication/LoginModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ReactNode, useEffect } from 'react';
22
// import { useHistory } from 'react-router-dom';
33
import Link from 'next/link';
4-
import Layout from '../../components/Section/Layout';
4+
import Layout from '../_Core/Section/Layout';
55
import { Auth, ThemeSupa } from '@supabase/auth-ui-react';
66
import { useSession, useSupabaseClient } from '@supabase/auth-helpers-react';
77
import { useRouter } from 'next/router';

components/Content/Archive/ArchivedInventory.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from "react";
22
import { useSession, useSupabaseClient } from "@supabase/auth-helpers-react";
3-
import Layout from "../../Section/Layout";
3+
import Layout from "../../_Core/Section/Layout";
44
import OwnedPlanetsList from "./UserOwnedPlanets"; // Potentially this should be in a lists component dir
55
import OwnedItemsList from "../Inventory/UserOwnedItems";
6-
import MySpaceships from "../Inventory/Vehicles/MySpaceships";
6+
import MySpaceships from "../../Gameplay/Vehicles/MySpaceships";
77

88
export default function V1Inventory() { // Inventory items for v1 of public schema, see notes below
99
const supabase = useSupabaseClient();

components/Content/ClassificationFeed.tsx

-323
This file was deleted.

0 commit comments

Comments
 (0)