This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
fgm
/
go__sqs_demo
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
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
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}