generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
08f8456
commit ab3e60e
Showing
5 changed files
with
23 additions
and
23 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,6 +1,6 @@ | ||
export { default as Logo } from './Logo'; | ||
export { default as FormRow } from './FormRow'; | ||
export { default as BigSidebar } from './BigSidebar'; | ||
export { default as SmallSidebar } from './SmallSidebar'; | ||
export { default as Navbar } from './Navbar'; | ||
export { default as AddQuestionContainer } from './AddQuestionContainer'; | ||
export { default as Logo } from './Logo.jsx'; | ||
export { default as FormRow } from './FormRow.jsx'; | ||
export { default as BigSidebar } from './BigSidebar.jsx'; | ||
export { default as SmallSidebar } from './SmallSidebar.jsx'; | ||
export { default as Navbar } from './Navbar.jsx'; | ||
export { default as AddQuestionContainer } from './AddQuestionContainer.jsx'; |
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,12 +1,12 @@ | ||
export { default as Landing } from './Landing'; | ||
export { default as DashboardLayout } from './DashboardLayout'; | ||
export { default as HomeLayout } from './HomeLayout'; | ||
export { default as AddUser } from './AddUser'; | ||
export { default as Login } from './Login'; | ||
export { default as Error } from './Error'; | ||
export { default as Play } from './Play'; | ||
export { default as Stats } from './Stats'; | ||
export { default as Ranking } from './Ranking'; | ||
export { default as EditJob } from './EditJob'; | ||
export { default as Profile } from './Profile'; | ||
export { default as Admin } from './Admin'; | ||
export { default as Landing } from './Landing.jsx'; | ||
export { default as DashboardLayout } from './DashboardLayout.jsx'; | ||
export { default as HomeLayout } from './HomeLayout.jsx'; | ||
export { default as AddUser } from './AddUser.jsx'; | ||
export { default as Login } from './Login.jsx'; | ||
export { default as Error } from './Error.jsx'; | ||
export { default as Play } from './Play.jsx'; | ||
export { default as Stats } from './Stats.jsx'; | ||
export { default as Ranking } from './Ranking.jsx'; | ||
export { default as EditJob } from './EditJob.jsx'; | ||
export { default as Profile } from './Profile.jsx'; | ||
export { default as Admin } from './Admin.jsx'; |