This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
fgm
/
go__sqs_demo
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Izmaiņu pieprasījumi
0
Koks:
dcbb4dc41d
Atzari
Tagi
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}