From 221c0941c71b8241e0e1655afa5e013fc78e057f Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Tue, 9 Nov 2021 21:03:23 +0300 Subject: [PATCH] pods begin --- client/src/components/Graph.vue | 3 ++- .../components/{hastic_pod/index.ts => pods/hastic_pod.ts} | 2 +- client/src/components/pods/index.ts | 5 +++++ client/src/components/pods/pattern_pod.ts | 6 ++++++ .../{hastic_pod/types.ts => pods/threshold_pod.ts} | 0 client/src/types/index.ts | 1 + 6 files changed, 15 insertions(+), 2 deletions(-) rename client/src/components/{hastic_pod/index.ts => pods/hastic_pod.ts} (99%) create mode 100644 client/src/components/pods/index.ts create mode 100644 client/src/components/pods/pattern_pod.ts rename client/src/components/{hastic_pod/types.ts => pods/threshold_pod.ts} (100%) create mode 100644 client/src/types/index.ts diff --git a/client/src/components/Graph.vue b/client/src/components/Graph.vue index 46837bb..929ae9d 100644 --- a/client/src/components/Graph.vue +++ b/client/src/components/Graph.vue @@ -6,7 +6,8 @@