From 8dc7bcdf0ccb778e0e537d125c4545b3e94db8d7 Mon Sep 17 00:00:00 2001 From: Yuliia Naumenko Date: Mon, 28 Oct 2019 16:11:55 -0700 Subject: [PATCH] Added base folders for lib and component --- x-pack/plugins/newsfeed/public/components/flyout_list.tsx | 5 +++++ x-pack/plugins/newsfeed/public/lib/api.ts | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 x-pack/plugins/newsfeed/public/components/flyout_list.tsx create mode 100644 x-pack/plugins/newsfeed/public/lib/api.ts diff --git a/x-pack/plugins/newsfeed/public/components/flyout_list.tsx b/x-pack/plugins/newsfeed/public/components/flyout_list.tsx new file mode 100644 index 0000000000000..41bc2aa258807 --- /dev/null +++ b/x-pack/plugins/newsfeed/public/components/flyout_list.tsx @@ -0,0 +1,5 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License; + * you may not use this file except in compliance with the Elastic License. + */ diff --git a/x-pack/plugins/newsfeed/public/lib/api.ts b/x-pack/plugins/newsfeed/public/lib/api.ts new file mode 100644 index 0000000000000..41bc2aa258807 --- /dev/null +++ b/x-pack/plugins/newsfeed/public/lib/api.ts @@ -0,0 +1,5 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License; + * you may not use this file except in compliance with the Elastic License. + */