1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-29 01:15:48 +02:00
unleash.unleash/packages/unleash-frontend-next/src/page/strategies/index.js
2020-02-20 08:30:31 +01:00

5 lines
120 B
JavaScript

import React from 'react';
import Strategies from '../../component/strategies';
export default () => (<Strategies />);