Rename ui to components

This commit is contained in:
Akira Tempaku 2025-05-02 00:49:52 +09:00
parent 2d1b7d8eb5
commit f541321d55
Signed by: paku
GPG key ID: 5B4E8402BCC50607
4 changed files with 25 additions and 28 deletions

View file

@ -3,7 +3,7 @@ module.exports = {
content: [
"./src/renderer.lisp",
"./src/routes/**/*.lisp",
"./src/ui/**/*.lisp",
"./src/components/**/*.lisp",
],
theme: {
container: {