Skip to content

Commit

Permalink
Rearranged files
Browse files Browse the repository at this point in the history
  • Loading branch information
khankamolk committed Oct 10, 2024
1 parent fce5c14 commit 406470e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import "./App.css";
import AddDegree from "./components/set-up-page/AddDegree"
import Onboarding from "./app/Onboarding/Onboarding"

function App() {

return (
<>
<div>
<AddDegree isMajor={true}/>
<Onboarding/>
</div>
</>
);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 406470e

Please sign in to comment.