Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TDDD27_2024
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marc Taylor
TDDD27_2024
Merge requests
!17
Rm unnecessary
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rm unnecessary
rm-unnecessary
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Marc Taylor
requested to merge
rm-unnecessary
into
main
9 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Final touch to the project and cleaned up some non used code.
0
0
Merge request reports
Viewing commit
1e137522
Prev
Next
Show latest version
2 files
+
6
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
1e137522
fix profile and rm non-used code
· 1e137522
Marc Taylor
authored
9 months ago
theme-costume-app/src/App.js
+
0
−
1
Options
@@ -28,7 +28,6 @@ function App() {
<
Routes
>
<
Route
exact
path
=
"
/
"
Component
=
{
Home
}
/
>
<
Route
path
=
"
/profile
"
element
=
{
<
Profile
user
=
{
user
}
onSignup
=
{
handleSignup
}
/>} /
>
{
/* <Route path="/Charts" Component={Charts} /> */
}
<
Route
path
=
"
/
"
element
=
{
<
Home
/>
}
/
>
<
Route
path
=
"
/Categories
"
element
=
{
<
CategoriesPage
/>
}
/
>
<
Route
path
=
"
/login
"
element
=
{
<
Login
/>
}
/
>
Loading