mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-22 09:19:26 +00:00
11 lines
183 B
JavaScript
11 lines
183 B
JavaScript
import argonTheme from './Theme';
|
|
import articles from './articles';
|
|
import Images from './Images';
|
|
import tabs from './tabs';
|
|
|
|
export {
|
|
articles,
|
|
argonTheme,
|
|
Images,
|
|
tabs
|
|
}; |