mirror of
https://github.com/danbulant/ester_os
synced 2026-06-24 17:11:59 +00:00
Re export notYetImplementedError
This commit is contained in:
parent
cd0d4db830
commit
7e49e6f51b
1 changed files with 7 additions and 0 deletions
7
client/src/errors/index.ts
Normal file
7
client/src/errors/index.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
//Re-exporting for simpler importing
|
||||||
|
|
||||||
|
import NotYetImplementedError from './notYetImplemented';
|
||||||
|
|
||||||
|
export default {
|
||||||
|
NotYetImplementedError
|
||||||
|
};
|
||||||
Loading…
Reference in a new issue