Re export notYetImplementedError

This commit is contained in:
danbulant 2020-02-16 14:49:02 +01:00
parent cd0d4db830
commit 7e49e6f51b

View file

@ -0,0 +1,7 @@
//Re-exporting for simpler importing
import NotYetImplementedError from './notYetImplemented';
export default {
NotYetImplementedError
};