mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Moved components styles to their own subfolders to improve organization.
This commit is contained in:
parent
7ca9cfafe0
commit
801a8cc6cc
12 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@ require('bootstrap-select/js/bootstrap-select'); // we have to manually require
|
|||
|
||||
import {Controller} from "@hotwired/stimulus";
|
||||
import "../../css/lib/boostrap-select.css";
|
||||
import "../../css/selectpicker_extensions.css";
|
||||
import "../../css/components/selectpicker_extensions.css";
|
||||
|
||||
export default class extends Controller {
|
||||
connect() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue