Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bangkok-NMH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bangkok-NMH
Commits
ed87a0ba
Commit
ed87a0ba
authored
8 months ago
by
Chayarat Wangweera
Browse files
Options
Downloads
Patches
Plain Diff
Update file App.tsx
parent
38b5cf9d
No related branches found
No related tags found
No related merge requests found
Pipeline
#382997
failed
8 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/containers/App/App.tsx
+0
-12
0 additions, 12 deletions
src/containers/App/App.tsx
with
0 additions
and
12 deletions
src/containers/App/App.tsx
+
0
−
12
View file @
ed87a0ba
...
...
@@ -4,7 +4,6 @@ import { Route, Routes } from "react-router-dom";
import
{
Footer
,
Header
,
Navbar
,
NotFound
}
from
"
../../components
"
;
import
{
getPathMapping
,
stringToSlug
}
from
"
../../utils
"
;
import
{
useEffect
}
from
"
react
"
;
import
{
Description
}
from
"
../Description
"
;
// Import the Description component
const
App
=
()
=>
{
const
pathMapping
=
getPathMapping
();
...
...
@@ -56,17 +55,6 @@ const App = () => {
</>
}
/>
<
Route
path
=
"/description"
element
=
{
<>
<
Header
title
=
"Description"
lead
=
"Project Description"
/>
<
div
className
=
"container"
>
<
Description
/>
</
div
>
</>
}
/>
</
Routes
>
{
/* Footer */
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment