Home layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import UpdateTable from "./../UpdateTable";
|
||||
import TotalRecentHx from "./../TotalRecentHx";
|
||||
|
||||
export default function HmLayout2({ className }) {
|
||||
return (
|
||||
<div>
|
||||
<UpdateTable className="mb-10"/>
|
||||
<TotalRecentHx className="mb-10"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import UpdateTable from "./../UpdateTable";
|
||||
import TotalRecentHx from "./../TotalRecentHx";
|
||||
|
||||
export default function HmLayout3({ className }) {
|
||||
return (
|
||||
<div>
|
||||
<TotalRecentHx className="mb-10"/>
|
||||
<TotalRecentHx className="mb-10"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user