-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🏂🐦 ↝ [SSM-17 SSM-19 SSC-16]: Travel mechanism updated with new planet…
… generator in the works, same with post cards
- Loading branch information
1 parent
0c8e937
commit 10e80f6
Showing
13 changed files
with
729 additions
and
691 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
"use client"; | ||
|
||
import { DiscoveryCardsByUserAndAnomaly } from "@/components/(classifications)/Collections/ByAnomaly"; | ||
import SwitchPlanet from "@/components/(scenes)/travel/SolarSystem"; | ||
import AllClassifications from "@/content/Starnet/YourClassifications"; | ||
import React from "react"; | ||
|
||
export default function TestPage() { | ||
return ( | ||
<div> | ||
<AllClassifications /> | ||
<SwitchPlanet /> | ||
<DiscoveryCardsByUserAndAnomaly anomalyId={40} /> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.