-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jason Healy
committed
Jan 28, 2020
1 parent
7c10ce9
commit 8aafc6b
Showing
4 changed files
with
187 additions
and
7 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
examples/react-graphql/client/src/components/Avatar/Avatar.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React from 'react' | ||
import { Box, Heading, Avatar } from 'rimble-ui' | ||
import Page from '../../layout/Page' | ||
|
||
interface AvatarProps {} | ||
|
||
const Component: React.FC<AvatarProps> = () => { | ||
return <Box></Box> | ||
} | ||
|
||
export default Component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
175 changes: 169 additions & 6 deletions
175
examples/react-graphql/client/src/components/Request/Request.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters