After the feature flag cleanup in #81, the `(feature-controlled)` route group layout is now an empty pass-through (`<>{children}</>`), serving no purpose.
The `migration/` and `vesting/` pages inside it can be moved up directly under `(protected)/`, and the `(feature-controlled)/` directory (along with its layout) can be deleted.
Related: iotaledger/iota#11181 (comment)
Blocked: required #81 to be merged
After the feature flag cleanup in #81, the `(feature-controlled)` route group layout is now an empty pass-through (`<>{children}</>`), serving no purpose.
The `migration/` and `vesting/` pages inside it can be moved up directly under `(protected)/`, and the `(feature-controlled)/` directory (along with its layout) can be deleted.
Related: iotaledger/iota#11181 (comment)
Blocked: required #81 to be merged