parent
533fd09406
commit
892174480c
@ -0,0 +1,5 @@ |
||||
import React from "react"; |
||||
|
||||
import DataToTable from "./DataToTable"; |
||||
|
||||
export default () => <DataToTable tableName="room" />; |
||||
@ -0,0 +1,5 @@ |
||||
import React from "react"; |
||||
|
||||
import DataToTable from "./DataToTable"; |
||||
|
||||
export default ({ userId }) => <DataToTable tableName="user" {...{ userId }} />; |
||||
Loading…
Reference in new issue