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

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