appbaseio/reactivesearch

View on GitHub
site/src/pages/web/QuickStart.js

Summary

Maintainability
A
0 mins
Test Coverage
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} />;