There are now subdirectories in the assets directory for different assets types.
Summary
Move all images from src/assets/ into src/assets/images/ (currently, there are only images available as assets) and update import paths in components using them
# Description
There are now subdirectories in the assets directory for different assets types.
## Summary
- Move all images from `src/assets/` into `src/assets/images/` (currently, there are only images available as assets) and update import paths in components using them
- Remove `src/assets/.gitkeep`
## Related issues
Closes: #73
jakob.scheid
added this to the 0.1.0 milestone 2026-05-23 13:25:00 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
There are now subdirectories in the assets directory for different assets types.
Summary
src/assets/intosrc/assets/images/(currently, there are only images available as assets) and update import paths in components using themsrc/assets/.gitkeepRelated issues
Closes: #73
A good change!
Restructure assets directoryto Refactor: restructure assets directory