This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
fgm
/
go__sqs_demo
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Pull-förfrågningar
0
Träd:
dcbb4dc41d
Grenar
Taggar
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Historik
Rå
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}