import { devtools } from '@vue/devtools-kit'
import { initAppSeparateWindow } from '@vue/devtools-core'

devtools.init()

initAppSeparateWindow()
