mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 09:33:43 +08:00
add epay
This commit is contained in:
11
web/src/pages/Midjourney/index.js
Normal file
11
web/src/pages/Midjourney/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
import { Header, Segment } from 'semantic-ui-react';
|
||||
import MjLogsTable from '../../components/MjLogsTable';
|
||||
|
||||
const Midjourney = () => (
|
||||
<>
|
||||
<MjLogsTable />
|
||||
</>
|
||||
);
|
||||
|
||||
export default Midjourney;
|
||||
Reference in New Issue
Block a user