feat(project): base smatec's frontend
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user