projects
/
arvados-workbench2.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add trash view
[arvados-workbench2.git]
/
src
/
models
/
empty.ts
diff --git
a/src/models/empty.ts
b/src/models/empty.ts
index 9731207f0e725b3d979e046b606b39af8b95c57e..539f9f5719523eba59d5575077985660cb0379db 100644
(file)
--- a/
src/models/empty.ts
+++ b/
src/models/empty.ts
@@
-2,9
+2,7
@@
//
// SPDX-License-Identifier: AGPL-3.0
-import { ResourceKind } from "./resource";
-
export interface EmptyResource {
name: string;
kind: undefined;
-}
\ No newline at end of file
+}