Newer
Older
PixelPaintWar / apps / client / src / scenes / game / input / joystick / JoystickInputPresenter.tsx
/**
 * JoystickInputPresenter
 * presentation配下のJoystickInputPresenterを段階移行のため再公開する
 * 既存import互換を維持して段階的な参照置換を可能にする
 */

/** presentation配下のコンポーネントを互換再エクスポートする */
export { JoystickInputPresenter } from "./presentation/JoystickInputPresenter";