mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
import React from 'react';
|
|
import ClientInstance from '../../component/client-instance/client-instance-container';
|
|
|
|
const render = () => <ClientInstance />;
|
|
|
|
export default render;
|