appbaseio/reactivesearch

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

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react';
import config from './../../constants/config/tools/web';
import Tools from './../../components/Tools';
import theme from './../../constants/theme/web';

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