Closed syunto07ka closed 4 years ago
Is your feature request related to a problem? Please describe. 画面作成のため、Container Componentを実装してView開発の準備を進めていく。 現状src/index.tsxにて<App />が表示されているので、それと入れ替えることも行う
<App />
Describe the solution you'd like
src/containers/index.tsx
src/index.tsx
<Pages>
Additional context 特になし
Is your feature request related to a problem? Please describe. 画面作成のため、Container Componentを実装してView開発の準備を進めていく。 現状src/index.tsxにて
<App />
が表示されているので、それと入れ替えることも行うDescribe the solution you'd like
src/containers/index.tsx
の実装src/index.tsx
にてReact.Domでレンダリングするコンポーネントを<App />
=><Pages>
へ入れ替えAdditional context 特になし