From f6abd3077aca66fa53cd29ed6a611eca30f41207 Mon Sep 17 00:00:00 2001 From: Sarah Gray <sgray@tacc.utexas.edu> Date: Mon, 27 Nov 2023 10:27:48 -0600 Subject: [PATCH] removing import that shouldn't be there --- .../projects/pipeline-project/pipeline-project.component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/designsafe/static/scripts/data-depot/components/projects/pipeline-project/pipeline-project.component.js b/designsafe/static/scripts/data-depot/components/projects/pipeline-project/pipeline-project.component.js index 4000ab82bf..00a3fc49de 100644 --- a/designsafe/static/scripts/data-depot/components/projects/pipeline-project/pipeline-project.component.js +++ b/designsafe/static/scripts/data-depot/components/projects/pipeline-project/pipeline-project.component.js @@ -1,4 +1,3 @@ -import { missing } from 'tv4'; import PipelineProjectTemplate from './pipeline-project.component.html'; class PipelineProjectCtrl {