@@ -34,9 +34,7 @@ import { isMobile } from 'react-device-detect';
3434import Emissions from '../../pages/Emissions' ;
3535import VotingIncentives from '../../pages/VotingIncentives' ;
3636import Reports from "../../pages/Reports" ;
37- import CorePools from "../../pages/CorePools" ;
3837import ProtocolFees from "../../pages/ProtocolFees" ;
39- import CorePool from "../../pages/CorePool" ;
4038import IncentiveSimulator from "../../pages/IncentiveSimulator" ;
4139
4240
@@ -236,8 +234,6 @@ function Dashboard() {
236234 element = { < VotingIncentives /> } />
237235 < Route path = { networkPrefix ( activeNetwork ) + 'incentiveSimulator' }
238236 element = { < IncentiveSimulator /> } />
239- < Route path = { networkPrefix ( activeNetwork ) + 'corePools' }
240- element = { < CorePools /> } />
241237 { /* Router v6: no query searches possible anymore. Provide all possible paths */ }
242238 < Route path = { "/:networkID/pools/:poolId" } element = { < PoolPage /> } />
243239 < Route path = { "/pools/:poolId" } element = { < PoolPage /> } />
@@ -253,8 +249,6 @@ function Dashboard() {
253249 < Route path = { "/financials" } element = { < Financials /> } />
254250 < Route path = { "/protocolFees" } element = { < ProtocolFees /> } />
255251 < Route path = { "/:networkID/protocolFees" } element = { < ProtocolFees /> } />
256- < Route path = { "/corePool/:poolId" } element = { < CorePool /> } />
257- < Route path = { "/:networkID/corePool/:poolId" } element = { < CorePool /> } />
258252 </ Routes >
259253 </ MainContent >
260254 </ Box >
0 commit comments