mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
7 lines
200 B
JavaScript
7 lines
200 B
JavaScript
import React from 'react';
|
|
import ApplicationListConmponent from '../../component/application/application-list-container';
|
|
|
|
const render = () => <ApplicationListConmponent />;
|
|
|
|
export default render;
|