This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
fgm
/
go__sqs_demo
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Beolvasztási kérések
0
Branch:
front/react
Branch-ok
Tag-ek
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Állandó hivatkozás
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}