forked from UKSOURCE/hailearning.edu.vn
feat: create Partnership and Blog functional components
This commit is contained in:
13
app/components/blog/BlogSidebar.tsx
Normal file
13
app/components/blog/BlogSidebar.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import NewsletterWidget from "./NewsletterWidget";
|
||||
import ResearcherSpotlight from "./ResearcherSpotlight";
|
||||
import UpcomingEvents from "./UpcomingEvents";
|
||||
|
||||
export default function BlogSidebar() {
|
||||
return (
|
||||
<aside className="w-full lg:w-[400px] shrink-0 space-y-8">
|
||||
<NewsletterWidget />
|
||||
<ResearcherSpotlight />
|
||||
<UpcomingEvents />
|
||||
</aside>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user