Files
argon-react-native/constants/index.js
Alin Gheorghe ab12111067 first init
2019-05-29 17:39:06 +03:00

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
};