forked from UKSOURCE/hailearning.edu.vn
featL Add news page
This commit is contained in:
17
app/blog/components/NewsSection.tsx
Normal file
17
app/blog/components/NewsSection.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
import NewsList from "./NewsList";
|
||||
import Sidebar from "./Sidebar";
|
||||
|
||||
export default function NewsSection() {
|
||||
return (
|
||||
<section className="news-standard-section section-padding fix">
|
||||
<div className="container">
|
||||
<div className="news-standard-wrapper">
|
||||
<div className="row g-4">
|
||||
<NewsList />
|
||||
<Sidebar />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user