Skip to content

Commit

Permalink
fix: remove ptc-manager (not needed yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jan 27, 2022
1 parent b47cb6e commit dc805f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,18 @@ import { segregateByType } from "@/utils/models.js";
import DWGManager from "./dwg-manager/DWGManager.vue";
import IFCManager from "./ifc-manager/IFCManager.vue";
import PDFManager from "./pdf-manager/PDFManager.vue";
import PTCManager from "./ptc-manager/PTCManager.vue";
const tabsDef = [
{ id: "ifc", label: "IFC", component: "IFCManager" },
{ id: "dwg", label: "DWG", component: "DWGManager" },
{ id: "pdf", label: "PDF", component: "PDFManager" }
// { id: "ptc", label: "Point Cloud", component: "PTCManager" }
];
export default {
components: {
DWGManager,
IFCManager,
PDFManager,
PTCManager
PDFManager
},
props: {
project: {
Expand Down

This file was deleted.

0 comments on commit dc805f8

Please sign in to comment.