's'
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
|
||||
import { WelcomeBlock } from "./dashboard/WelcomeBlock";
|
||||
import { UnlockedStats } from "./dashboard/UnlockedStats";
|
||||
import { RecentUpdates } from "./dashboard/RecentUpdates";
|
||||
import { ContinueLearning } from "./dashboard/ContinueLearning";
|
||||
import { TopicEbookShowcase } from "./landing/TopicEbookShowcase";
|
||||
import { CommunityHighlights } from "./dashboard/CommunityHighlights";
|
||||
import { WeeklyActions } from "./dashboard/WeeklyActions";
|
||||
|
||||
type DashboardPageProps = {
|
||||
userName: string | null;
|
||||
@@ -17,11 +13,7 @@ export function DashboardPage({ userName }: DashboardPageProps) {
|
||||
<>
|
||||
<WelcomeBlock userName={userName} />
|
||||
<UnlockedStats />
|
||||
<ContinueLearning />
|
||||
<RecentUpdates />
|
||||
<TopicEbookShowcase />
|
||||
<CommunityHighlights />
|
||||
<WeeklyActions />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user