mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 09:38:09 -05:00
style: nicer re-exporting syntax
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user