Change assets to resources
This commit is contained in:
parent
54548ce541
commit
a03f3e89c9
4 changed files with 1 additions and 1 deletions
6
resources/css/app.css
Normal file
6
resources/css/app.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
@tailwind components;
|
||||
|
||||
@import 'components/balloon.css';
|
||||
@import 'components/button.css';
|
||||
|
||||
@tailwind utilities;
|
||||
Reference in a new issue