1
0

First commit

This commit is contained in:
2020-04-29 23:58:18 +02:00
commit f3230a32ce
108 changed files with 77210 additions and 0 deletions

8
resources/js/app.js vendored Normal file
View File

@@ -0,0 +1,8 @@
require('./bootstrap');
import UIkit from "uikit";
import Icons from "uikit/dist/js/uikit-icons";
window.UIkit = UIkit;
UIkit.use(Icons);