dev
import React from 'react'; import config from '../../constants/config/learn/web'; import Learn from '../../components/Learn'; import theme from '../../constants/theme/web'; export default () => <Learn config={config} theme={theme} />;