added forms and refactored component names
This commit is contained in:
12
src/pages/SystemSettings.tsx
Normal file
12
src/pages/SystemSettings.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Output from "../components/Output/Output";
|
||||
|
||||
const SystemSettings = () => {
|
||||
return (
|
||||
<div className="mx-auto grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-2 gap-2 px-2 sm:px-4 lg:px-0 w-full">
|
||||
<Output />
|
||||
<Output />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SystemSettings;
|
||||
Reference in New Issue
Block a user