Skip to content
Prev Previous commit
chore: clean
  • Loading branch information
antonreshetov committed Apr 10, 2022
commit eb8da5353913d75d7be34756a8e1cea15858f5cc
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script setup lang="ts">
import router from '@/router'
import { ref, watch } from 'vue'
import { ipc, platform } from './electron'
import { ipc } from './electron'
import { useAppStore } from './store/app'
import { repository } from '../../package.json'

Expand Down