mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 18:27:58 +00:00
9 lines
155 B
JavaScript
9 lines
155 B
JavaScript
import React from 'react';
|
|
|
|
import "../../styles/antd.less";
|
|
import "../../styles/index.scss";
|
|
|
|
const App = () => <h1>ConnectUs</h1>;
|
|
|
|
export default App;
|