Skip to content

Removal Staging component #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
1 change: 0 additions & 1 deletion src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
import Marketplace from '../pages/marketplace';
import Solutions from '../pages/solutions';
import Settings from '../pages/settings';
import Staging from '../pages/staging';
import Help from '../pages/help';
import Admin from '../pages/admin';
import Hosting from '../pages/hosting';

Check failure on line 23 in src/app/data/routes.js

View workflow job for this annotation

GitHub Actions / ESLint

Unable to resolve path to module '../pages/hosting'

const addPartialMatch = ( prefix, path ) =>
prefix === path ? `${ prefix }/*` : path;
Expand Down Expand Up @@ -162,7 +161,7 @@
{
name: '/staging',
title: __( 'Staging', 'wp-plugin-bluehost' ),
Component: Staging,

Check failure on line 164 in src/app/data/routes.js

View workflow job for this annotation

GitHub Actions / ESLint

'Staging' is not defined
Icon: WrenchScrewdriverIcon,
condition: await window.NewfoldFeatures.isEnabled( 'staging' ),
},
Expand Down
46 changes: 0 additions & 46 deletions src/app/pages/hosting/index.js

This file was deleted.

147 changes: 0 additions & 147 deletions src/app/pages/staging/index.js

This file was deleted.

55 changes: 0 additions & 55 deletions src/app/pages/staging/stylesheet.scss

This file was deleted.

Loading