import { Player, createPlayer } from "./player"; export { Player, createPlayer }; export default { Player, createPlayer, };