このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ntasicc
/
coffee
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
2
コミット
29
ブランチ
ツリー:
b4a6dfe214
bug-fix-v1
cart-context
cart-flow
contact
custom-components
design-fix
flexible-design
hamburger-menu
home-responsive
hydration
improvements
landing-page
localization
master
notification
orders
pagination
payment-process
product-page
products-custom-components
products-stripe
profile-responsive
refactor
response-fix
response-fixes
review
shipping
single-product
user-context
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'b4a6dfe214' から
${ noResults }
coffee
/
components
/
cards
/
profile-card
/
ProfileCard.mock.js
ProfileCard.mock.js
105B
Raw
Blame
履歴
1
2
3
4
5
6
7
const base = {
profileData: { name: 'John Doe' },
};
export const mockProfilePageProps = {
base,
};