This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
fgm
/
go__sqs_demo
Xem
1
Star
0
Fork
0
Các tập tin
Yêu cầu kéo về
0
Branch:
front/react
Branches
Tags
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Permalink
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}