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;
|
||||
Reference in New Issue
Block a user