Skip to content

Commit

Permalink
Merge pull request #1631 from Quetzacoalt91/add-lost-import
Browse files Browse the repository at this point in the history
Re-add import lost during rebases
  • Loading branch information
Quetzacoalt91 authored Dec 21, 2023
2 parents 464014f + 14506c5 commit 81a30ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _dev/apps/ui/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import VueRouter, {RouteConfig} from 'vue-router';
import store from '@/store';
import CampaignPage from '@/views/campaign-page.vue';
import CampaignForm from '@/views/campaign-form.vue';
import ConfigurationPage from '@/views/configuration-page.vue';
import LandingPage from '@/views/landing-page.vue';
import DebugPage from '@/views/debug-page.vue';
import HelpPage from '@/views/help-page.vue';
Expand Down

0 comments on commit 81a30ce

Please sign in to comment.