-
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.
🎏🦗 ↝ [SSC-21 SSC-16]: Fixing plankton portal & updating ui for planet…
… switcher
- Loading branch information
1 parent
275aa74
commit bdb5f52
Showing
14 changed files
with
738 additions
and
477 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
"use client"; | ||
|
||
import React, { useEffect, useState, useCallback } from "react"; | ||
import Camera from "@/components/Projects/Zoodex/Upload/Camera"; | ||
import CloudUploadEarthCameraComponent from "@/components/Projects/Lidar/Upload/CloudCamera"; | ||
import React from "react"; | ||
import SwitchPlanet from "@/components/(scenes)/travel/SolarSystem"; | ||
|
||
export default function TestPage() { | ||
return ( | ||
<div> | ||
<CloudUploadEarthCameraComponent /> | ||
<SwitchPlanet /> | ||
</div> | ||
); | ||
}; | ||
|
||
|
||
}; |
Oops, something went wrong.