Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
296 changes: 0 additions & 296 deletions src/components/ExperienceBreakdownChart.jsx

This file was deleted.

4 changes: 1 addition & 3 deletions src/routes.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FormEditor from '~/components/Forms/FormEditor';
import FormViewer from '~/components/Forms/FormViewer';
import ExperienceBreakdownChart from '~/components/ExperienceBreakdownChart';

import { lazy } from 'react';
import { Route, Switch } from 'react-router-dom';
import SetupProfile from '~/components/SetupProfile/SetupProfile';
Expand Down Expand Up @@ -681,8 +681,6 @@ export default (
<ProtectedRoute path="/userprofileedit/:userId" component={UserProfileEdit} />
<ProtectedRoute path="/updatepassword/:userId" component={UpdatePassword} />
<Route path="/Logout" component={Logout} />
<Route path="/experience-breakdown" exact component={ExperienceBreakdownChart} />

<Route path="/forcePasswordUpdate/:userId" component={ForcePasswordUpdate} />
{/* ----- HGN Help Community Skills Dashboard Routes ----- */}
<ProtectedRoute path="/hgnhelp" exact component={LandingPage} />
Expand Down
5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ export default defineConfig(({ mode }) => {
return prev;
}, {}),
},
server: {
proxy: {
'/api': 'http://localhost:4500',
},
},
build: {
outDir: 'build',
},
Expand Down
Loading