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