mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Removed patternfly-bootstrap-treeview reference from sidebar_tree_controller
This commit is contained in:
parent
007df80b1c
commit
365b85ac4c
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
import {Controller} from "@hotwired/stimulus";
|
import {Controller} from "@hotwired/stimulus";
|
||||||
import {default as TreeController} from "./tree_controller";
|
import {default as TreeController} from "./tree_controller";
|
||||||
|
|
||||||
import "patternfly-bootstrap-treeview/src/css/bootstrap-treeview.css"
|
|
||||||
import "patternfly-bootstrap-treeview";
|
|
||||||
|
|
||||||
export default class extends TreeController {
|
export default class extends TreeController {
|
||||||
static targets = [ "tree", 'sourceText' ];
|
static targets = [ "tree", 'sourceText' ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue