mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-29 01:15:48 +02:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
import React from 'react';
|
|
import Strategies from '../../component/strategies';
|
|
|
|
export default () => (<Strategies />);
|