web-backset.cn/apps/server/view/page/home/index.ts

8 lines
144 B
TypeScript
Raw Normal View History

2023-02-11 13:21:06 +08:00
import './index.less';
2023-02-22 17:59:35 +08:00
import $ from 'cash-dom';
2023-02-22 17:20:03 +08:00
import '@backset/ui/src/components/Tooltip/index.less';
2023-02-11 13:21:06 +08:00
2023-02-22 17:20:03 +08:00
$(function () {
console.log(1);
});