Skip to content
Snippets Groups Projects
Commit 88590dcc authored by Tom French's avatar Tom French Committed by James Long
Browse files

style: nicer re-exporting syntax

parent d705cd35
No related branches found
No related tags found
No related merge requests found
......@@ -30,12 +30,11 @@ import Loading from '../svg/v1/AnimatedLoading';
import ExpandArrow from 'loot-design/src/svg/ExpandArrow';
import View from './View';
import Text from './Text';
import Stack from './Stack';
import { useProperFocus } from './useProperFocus';
export View from './View';
export Text from './Text';
export Stack from './Stack';
export { default as View } from './View';
export { default as Text } from './Text';
export { default as Stack } from './Stack';
export const useStableCallback = callback => {
const callbackRef = useRef();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment