mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-22 22:57:59 +08:00
6 lines
82 B
React
6 lines
82 B
React
|
|
||
|
import bootstrap from 'bootstrap';
|
||
|
import App from 'App/Admin';
|
||
|
|
||
|
bootstrap(App);
|