Skip to content

Commit

Permalink
chore: add package
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 3, 2022
1 parent 19c381e commit bd0169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/zapp/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"react-chartjs-2": "^4.0.0",
"react-flow-renderer": "10.1.1",
"react-ga4": "^1.4.1",
"react-json-view": "1.21.3",
"react-transition-group": "^2.3.1",
"serve-static": "^1.12.3",
"tslib": "^1.9.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Core, Protobuf } from 'flyteidl';
import { Core } from 'flyteidl';
import { generateBlobType } from './literalHelpers';
import { TestCaseList, TestCase } from '../types';
import { TestCaseList } from '../types';

export default {
single_CSV_BLOB: {
Expand Down

0 comments on commit bd0169c

Please sign in to comment.