WIP Add notification component for flash messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-20 17:22:49 -06:00
parent 835152c656
commit 8102fa1230
292 changed files with 397 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
module.exports = {
content: [
'./app/components/**/*.html.erb',
'./app/components/**/*.rb',
'./app/views/**/*.html.erb',
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js'