Skip to content

Commit

Permalink
refactor(Codeblock): 🚚 Rename Tree component
Browse files Browse the repository at this point in the history
  • Loading branch information
SkepticMystic committed Jan 9, 2022
1 parent a20c004 commit 1b834e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ import {
} from "./sharedFunctions";
import StatsView from "./StatsView";
import { VisModal } from "./VisModal";
import Tree from "./Components/Tree.svelte";
import CBTree from "./Components/CBTree.svelte";

export default class BCPlugin extends Plugin {
settings: BCSettings;
Expand Down Expand Up @@ -603,7 +603,7 @@ export default class BCPlugin extends Plugin {

switch (type) {
case "tree":
new Tree({
new CBTree({
target: el,
props: {
plugin: this,
Expand Down

0 comments on commit 1b834e2

Please sign in to comment.