This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
fgm
/
go__sqs_demo
Observar
1
Favorito
0
Fork
0
Arquivos
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
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}