Skip to content

Commit cd62d36

Browse files
committed
remove UIMocks...
unused, broken, replaced
1 parent c74e5f9 commit cd62d36

File tree

3 files changed

+0
-218
lines changed

3 files changed

+0
-218
lines changed

packages/platform-ui/src/mocks/UIMocks.vue

Lines changed: 0 additions & 209 deletions
This file was deleted.

packages/platform-ui/src/mocks/readme.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/platform-ui/src/router.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import ReleaseNotes from './views/ReleaseNotes.vue';
1717
import SignUp from './views/SignUp.vue';
1818
import Study from './views/Study.vue';
1919
import User from './views/User.vue';
20-
import UIMocks from '@/mocks/UIMocks.vue';
21-
import ENV from '@/ENVIRONMENT_VARS';
2220
import DataInputFormTester from './dev/DataInputFormTester.vue';
2321

2422
const router = createRouter({
@@ -167,10 +165,6 @@ const router = createRouter({
167165
alias: ['/u/:_id/stats'],
168166
component: Stats,
169167
},
170-
{
171-
path: '/uimocks',
172-
component: ENV.MOCK ? UIMocks : Home,
173-
},
174168
],
175169
});
176170

0 commit comments

Comments
 (0)