Skip to content

Commit

Permalink
chore: removed test component
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Mar 12, 2023
1 parent 8bdd825 commit da84165
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions packages/tres/src/components/TestRenderer.vue

This file was deleted.

2 changes: 1 addition & 1 deletion packages/tres/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface TresPlugin {
}

const plugin: TresPlugin = {
install(app: App, options) {
install(app: App) {
// Register core components
app.component(`TresCanvas`, TresCanvas)
},
Expand Down

0 comments on commit da84165

Please sign in to comment.