This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
fgm
/
go__sqs_demo
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Запити на злиття
0
Дерево:
dcbb4dc41d
Гілки
Теги
develop
front/react
front/storybook
main
go__sqs_demo
/
front2
/
stories
/
QueuePage.jsx
QueuePage.jsx
136 B
Історія
Запис
1
2
3
4
5
6
7
8
9
import React from "react";
export const QueuePage = () => {
return (
<>
<h1>Queue Page</h1>
</>
)
}