We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f78b9 commit a275010Copy full SHA for a275010
1 file changed
src/components/SidePlanes/index.js
@@ -1,5 +1,6 @@
1
import Describe from './Describe'
2
import Query from './Query'
3
import Arithemtic from './Arithemtic'
4
+import Df2df from './Df2df'
5
-export { Describe, Query, Arithemtic }
6
+export { Describe, Query, Arithemtic, Df2df }
0 commit comments