forked from TFMM/silent-auction
feat: install and scaffold Tablar theme
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
Import the jQuery
|
||||
*/
|
||||
|
||||
import jQuery from "jquery";
|
||||
|
||||
window.$ = window.jQuery = jQuery;
|
||||
|
||||
/*
|
||||
Import the Tabler Js with Demo theme
|
||||
*/
|
||||
import '../../node_modules/@tabler/core/dist/js/tabler';
|
||||
import '../../node_modules/@tabler/core/dist/js/tabler-theme.js';
|
||||
|
||||
Reference in New Issue
Block a user