mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov-ui.git
synced 2025-10-29 17:52:25 +00:00
7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
import * as React from 'react';
|
|
import GoogleOrionAccountTable from './AccountTable';
|
|
|
|
const GoogleOrionPage = () => <GoogleOrionAccountTable />;
|
|
|
|
export default GoogleOrionPage;
|