From 5769e1db8d3d5a1e3baa8dff23090cfe93d48a50 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 Jan 2017 16:54:44 +0100 Subject: Client: better confirm box for a beautiful world --- client/src/app/core/confirm/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/src/app/core/confirm/index.ts (limited to 'client/src/app/core/confirm/index.ts') diff --git a/client/src/app/core/confirm/index.ts b/client/src/app/core/confirm/index.ts new file mode 100644 index 000000000..789e7e547 --- /dev/null +++ b/client/src/app/core/confirm/index.ts @@ -0,0 +1,2 @@ +export * from './confirm.component'; +export * from './confirm.service'; -- cgit v1.2.3