Skip to content

Commit

Permalink
added Avatar to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanainaganti committed Jul 10, 2023
1 parent 221313f commit c1862a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import * as Checkbox from './src/components/Checkbox';
import * as TextInput from './src/components/TextInput';
import * as Modal from './src/components/Modal';
import * as Label from './src/components/Label';
import * as Avatar from './src/components/Avatar';

export { Button, Card, Checkbox, Modal, Label, TextInput };
export { Button, Card, Checkbox, Modal, Label, TextInput, Avatar };
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import TextInput from './components/TextInput';
import Toggle from './components/Toggle';
import Progress from './components/Progress';
import Skeleton from './components/Skeleton';
import Avatar from './components/Avatar';
import { FoundryProvider, FoundryContext, useTheme, withGlobalStyle } from './context';
import { useStateWithPrevious, useWindowSizeObserver, useScrollObserver } from './utils/hooks';
import { clamp } from './utils/math';
Expand Down Expand Up @@ -62,6 +63,7 @@ export {
StyledBaseTextArea,
withGlobalStyle,
// Components
Avatar,
Button,
Card,
Checkbox,
Expand Down

0 comments on commit c1862a3

Please sign in to comment.