fix: export globals

This reverts commit 899de768f0.
This commit is contained in:
mochaaP 2022-06-17 07:48:18 +00:00
parent f90a8c5371
commit 0f31756643
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,5 @@
import * as React from 'react'
import * as ReactDOM from 'react-dom'
import $ from 'jquery'
import 'admin-lte'
import './scripts/app'
import routes from './scripts/route'

View File

@ -1,4 +1,6 @@
import './init' // must be first
import $ from 'jquery'
import 'admin-lte'
import './extra'
import './i18n'
import './net'