We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74e5f9 commit cd62d36Copy full SHA for cd62d36
packages/platform-ui/src/mocks/UIMocks.vue
packages/platform-ui/src/mocks/readme.md
packages/platform-ui/src/router.ts
@@ -17,8 +17,6 @@ import ReleaseNotes from './views/ReleaseNotes.vue';
17
import SignUp from './views/SignUp.vue';
18
import Study from './views/Study.vue';
19
import User from './views/User.vue';
20
-import UIMocks from '@/mocks/UIMocks.vue';
21
-import ENV from '@/ENVIRONMENT_VARS';
22
import DataInputFormTester from './dev/DataInputFormTester.vue';
23
24
const router = createRouter({
@@ -167,10 +165,6 @@ const router = createRouter({
167
165
alias: ['/u/:_id/stats'],
168
166
component: Stats,
169
},
170
- {
171
- path: '/uimocks',
172
- component: ENV.MOCK ? UIMocks : Home,
173
- },
174
],
175
});
176
0 commit comments