mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-01-10 11:37:35 +00:00
8 lines
No EOL
260 B
JavaScript
8 lines
No EOL
260 B
JavaScript
/**
|
|
* https://gridstackjs.com
|
|
* https://github.com/gridstack/gridstack.js/tree/master/doc
|
|
*/
|
|
require('gridstack/dist/gridstack.min.css');
|
|
require('gridstack/dist/gridstack-extra.min.css');
|
|
import { GridStack } from 'gridstack';
|
|
global.GridStack = GridStack; |