mirror of https://github.com/msgbyte/tailchat
chore: rename admin -> admin-next, its depend tushan, but tushan not ready for production
parent
98af14969a
commit
5b7e767e40
@ -0,0 +1,3 @@
|
|||||||
|
AdminJS.UserComponents = {};
|
||||||
|
import Component1 from '../src/dashboard';
|
||||||
|
AdminJS.UserComponents.Component1 = Component1;
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "tailchat-admin",
|
"name": "tailchat-admin-next",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -1,3 +0,0 @@
|
|||||||
AdminJS.UserComponents = {}
|
|
||||||
import Component1 from '../src/dashboard'
|
|
||||||
AdminJS.UserComponents.Component1 = Component1
|
|
Loading…
Reference in New Issue