appbaseio/reactivesearch

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

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import config from '../../constants/config/learn/vue';
import Learn from '../../components/Learn';
import theme from '../../constants/theme/vue';

export default () => <Learn config={config} theme={theme} />;