-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akash Kumar
authored and
Akash Kumar
committed
Jun 9, 2024
1 parent
cd3c506
commit 1aac258
Showing
12 changed files
with
237 additions
and
218 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,19 +1,17 @@ | ||
import Header from "./components/Header" | ||
import Main from "./components/DynamicList" | ||
import SearchBar from "./components/SearchBar" | ||
import useRedirectToLogin from "./components/RedirectToLogin" | ||
import TabsComponent from './components/Tabs'; | ||
import Layout from "./components/Layout"; | ||
import Main from "./components/DynamicList"; | ||
import SearchBar from "./components/SearchBar"; | ||
import useRedirectToLogin from "./components/RedirectToLogin"; | ||
|
||
function App() { | ||
useRedirectToLogin() | ||
useRedirectToLogin(); | ||
|
||
return ( | ||
<div className="max-w-[800px] min-w-min bg-white mx-auto m-0"> | ||
<Header /> | ||
<Layout> | ||
<SearchBar /> | ||
<TabsComponent /> | ||
<Main /> | ||
</div> | ||
) | ||
</Layout> | ||
); | ||
} | ||
|
||
export default App | ||
export default App; |
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.