Skip to content

Commit

Permalink
Add comment to force deploy action to run
Browse files Browse the repository at this point in the history
  • Loading branch information
erictlc committed Apr 5, 2021
1 parent 2b8da6d commit e000c1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dashboard/src/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { createApp } from 'vue';
import Dashboard from './components/Dashboard.vue';

//Add comment to force deploy action to run

//Mount function to start up the app
const mount = (el) => {
const app = createApp(Dashboard);
Expand Down

0 comments on commit e000c1c

Please sign in to comment.