選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Layout.mock.js 90B

1234567
  1. const base = {
  2. children: <h1>Test</h1>,
  3. };
  4. export const mockLayoutProps = {
  5. base,
  6. };