Skip to content

Commit

Permalink
refactor: Improved code style respecting ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Aug 1, 2024
1 parent aea7d99 commit 83cb49b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server-data/resources/[phone]/pma-voice/voice-ui/src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
import { createApp } from 'vue';
import App from './App.vue';

createApp(App).mount('#app')
createApp(App).mount('#app');

0 comments on commit 83cb49b

Please sign in to comment.