mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Chore: Remove merge conflict file
This commit is contained in:
parent
829535d33b
commit
6779e145a5
@ -1,41 +0,0 @@
|
|||||||
const routes = [];
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if (strapi.features.isEnabled(strapi.features.SSO)) {
|
|
||||||
routes.push({
|
|
||||||
async Component() {
|
|
||||||
const component = await import(
|
|
||||||
/* webpackChunkName: "sso-settings-page" */ '../pages/SingleSignOn'
|
|
||||||
);
|
|
||||||
=======
|
|
||||||
if (window.strapi.features.isEnabled(strapi.features.SSO)) {
|
|
||||||
routes.push({
|
|
||||||
async Component() {
|
|
||||||
const component = await import(/* webpackChunkName: "sso-settings-page" */ '../SingleSignOn');
|
|
||||||
>>>>>>> feature/review-workflows-settings-setup
|
|
||||||
|
|
||||||
return component;
|
|
||||||
},
|
|
||||||
to: '/settings/single-sign-on',
|
|
||||||
exact: true,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
if (window.strapi.isEE) {
|
|
||||||
routes.push({
|
|
||||||
async Component() {
|
|
||||||
const component = await import(
|
|
||||||
/* webpackChunkName: "review-workflows-settings" */ '../pages/ReviewWorkflows'
|
|
||||||
);
|
|
||||||
|
|
||||||
return component;
|
|
||||||
},
|
|
||||||
to: '/settings/review-workflows',
|
|
||||||
exact: true,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
>>>>>>> feature/review-workflows-settings-setup
|
|
||||||
export default routes;
|
|
Loading…
x
Reference in New Issue
Block a user