From 7e49e6f51b43d49a1aa48e22e50aac7d8eb4d41c Mon Sep 17 00:00:00 2001 From: danbulant Date: Sun, 16 Feb 2020 14:49:02 +0100 Subject: [PATCH] Re export notYetImplementedError --- client/src/errors/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/src/errors/index.ts diff --git a/client/src/errors/index.ts b/client/src/errors/index.ts new file mode 100644 index 0000000..fb0d647 --- /dev/null +++ b/client/src/errors/index.ts @@ -0,0 +1,7 @@ +//Re-exporting for simpler importing + +import NotYetImplementedError from './notYetImplemented'; + +export default { + NotYetImplementedError +}; \ No newline at end of file