From dbaedefa2a058b2f95d68ef3901a34fc222ac6fc Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 14 Sep 2022 21:51:53 +0530 Subject: [PATCH] feat/Moved erd to components folder --- packages/nc-gui/components/dashboard/settings/Erd.vue | 2 +- packages/nc-gui/components/{dashboard/settings => }/erd/Erd.vue | 0 .../components/{dashboard/settings => }/erd/RelationEdge.vue | 0 .../components/{dashboard/settings => }/erd/TableNode.vue | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename packages/nc-gui/components/{dashboard/settings => }/erd/Erd.vue (100%) rename packages/nc-gui/components/{dashboard/settings => }/erd/RelationEdge.vue (100%) rename packages/nc-gui/components/{dashboard/settings => }/erd/TableNode.vue (100%) diff --git a/packages/nc-gui/components/dashboard/settings/Erd.vue b/packages/nc-gui/components/dashboard/settings/Erd.vue index 9b3da29494..3959294c8e 100644 --- a/packages/nc-gui/components/dashboard/settings/Erd.vue +++ b/packages/nc-gui/components/dashboard/settings/Erd.vue @@ -1,5 +1,5 @@