import { createData } from '@user/entry-data'; import { create } from './create'; export function createGame() { createData(); create(); }