This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
go__sqs_demo
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Branch:
front/react
Branches
Tags
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}