1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/packages/unleash-frontend-next/src/page/archive/index.js

7 lines
151 B
JavaScript
Raw Normal View History

2016-10-25 22:53:38 +02:00
import React from 'react';
import Archive from '../../component/archive/archive-container';
2016-09-12 21:39:54 +02:00
2016-10-25 22:53:38 +02:00
const render = () => <Archive />;
2016-09-12 21:39:54 +02:00
2016-10-25 22:53:38 +02:00
export default render;