Skip to content

Commit 972ca02

Browse files
committed
fix(admin): remove NotFound component
The NotFound component was removed in @strapi/helper-plugin and was not actually used fix #339
1 parent c6e569f commit 972ca02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/admin/src/pages/App/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import React from 'react'
99
import { Switch, Route } from 'react-router-dom'
10-
import { NotFound } from '@strapi/helper-plugin'
1110
import pluginId from '../../pluginId'
1211
import HomePage from '../HomePage'
1312

@@ -16,7 +15,6 @@ const App = () => {
1615
<div>
1716
<Switch>
1817
<Route path={`/plugins/${pluginId}`} component={HomePage} exact />
19-
<Route component={NotFound} />
2018
</Switch>
2119
</div>
2220
)

0 commit comments

Comments
 (0)