wip(Dashboard): grid widgets

This commit is contained in:
Brock H Caldwell
2025-11-07 20:56:32 -06:00
parent 4ae70115b5
commit 21bc43bb84
6 changed files with 80 additions and 15 deletions

1
assets/bootstrap.js vendored
View File

@@ -10,6 +10,7 @@ import { startStimulusApp } from '@symfony/stimulus-bundle';
import Popover from '@stimulus-components/popover';
import Dialog from '@stimulus-components/dialog';
import Dropdown from '@stimulus-components/dropdown';
import 'animate.css';
const app = startStimulusApp();