Skip to content
Snippets Groups Projects
Commit 085a2233 authored by JunGu Kang's avatar JunGu Kang
Browse files

#36 Fix Lint Error

parent dc6ebb48
Branches
No related tags found
2 merge requests!37Deploy,!32#36 Add GitLab CI S3 Deploy Script
Pipeline #4355 passed
......@@ -5,7 +5,6 @@ import Store from '@/store/index';
import APISetting from '@/settings/api';
import Login from '@/views/Login.vue';
import Main from '@/views/Main.vue';
import DietList from '@/views/DietList.vue';
import ProgramList from '@/views/ProgramList.vue';
import ProgramCreate from '@/views/ProgramCreate.vue';
import ProgramDetail from '@/views/ProgramDetail.vue';
......@@ -36,11 +35,6 @@ const routes = [
name: 'Main',
component: Main,
},
{
path: '/diet',
name: 'DietList',
component: DietList,
},
{
path: '/program',
name: 'ProgramList',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment