feat(project): base smatec's frontend
This commit is contained in:
11
src/pages/Slave/GMS/Monitor/index.tsx
Normal file
11
src/pages/Slave/GMS/Monitor/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const GMSMonitor: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Giám sát (GMS)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default GMSMonitor;
|
||||
11
src/pages/Slave/SGW/Manager/Area/index.tsx
Normal file
11
src/pages/Slave/SGW/Manager/Area/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SGWArea: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Khu vực (SGW Manager)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SGWArea;
|
||||
11
src/pages/Slave/SGW/Manager/Fish/index.tsx
Normal file
11
src/pages/Slave/SGW/Manager/Fish/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SGWFish: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Cá (SGW Manager)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SGWFish;
|
||||
11
src/pages/Slave/SGW/Map/index.tsx
Normal file
11
src/pages/Slave/SGW/Map/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SGWMap: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Bản đồ (SGW)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SGWMap;
|
||||
5
src/pages/Slave/SGW/Trip/index.tsx
Normal file
5
src/pages/Slave/SGW/Trip/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const TripPage = () => {
|
||||
return <div>TripPage</div>;
|
||||
};
|
||||
|
||||
export default TripPage;
|
||||
5
src/pages/Slave/Spole/Media/index.tsx
Normal file
5
src/pages/Slave/Spole/Media/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const MediaPage = () => {
|
||||
return <div>MediaPage</div>;
|
||||
};
|
||||
|
||||
export default MediaPage;
|
||||
11
src/pages/Slave/Spole/Mira/index.tsx
Normal file
11
src/pages/Slave/Spole/Mira/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SpoleMira: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Mira (Spole Manager)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SpoleMira;
|
||||
11
src/pages/Slave/Spole/Miva/index.tsx
Normal file
11
src/pages/Slave/Spole/Miva/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SpoleMiva: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Miva (Spole Manager)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SpoleMiva;
|
||||
11
src/pages/Slave/Spole/Monitor/index.tsx
Normal file
11
src/pages/Slave/Spole/Monitor/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
const SpoleHome: React.FC = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Trang chủ (Spole)</h1>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SpoleHome;
|
||||
5
src/pages/Slave/Spole/StreetLight/index.tsx
Normal file
5
src/pages/Slave/Spole/StreetLight/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const StreetLightPage = () => {
|
||||
return <div>StreetLightPage</div>;
|
||||
};
|
||||
|
||||
export default StreetLightPage;
|
||||
5
src/pages/Slave/Spole/TrafficLight/index.tsx
Normal file
5
src/pages/Slave/Spole/TrafficLight/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const TrafficLightPage = () => {
|
||||
return <div>TrafficLightPage</div>;
|
||||
};
|
||||
|
||||
export default TrafficLightPage;
|
||||
Reference in New Issue
Block a user