mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
import React from 'react';
|
|
import Strategies from '../../component/strategies/list-container';
|
|
|
|
export default () => (<Strategies />);
|