Skip to content

Commit a275010

Browse files
committed
[index.js][s]: export datframe 2 dataframe component
1 parent 14f78b9 commit a275010

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/SidePlanes/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Describe from './Describe'
22
import Query from './Query'
33
import Arithemtic from './Arithemtic'
4+
import Df2df from './Df2df'
45

5-
export { Describe, Query, Arithemtic }
6+
export { Describe, Query, Arithemtic, Df2df }

0 commit comments

Comments
 (0)