Add a LandingTimeline, put the site name and description on it
This commit is contained in:
@ -10,6 +10,10 @@ export function Notifications() {
|
||||
return import('../../notifications');
|
||||
}
|
||||
|
||||
export function LandingTimeline() {
|
||||
return import('../../landing-timeline');
|
||||
}
|
||||
|
||||
export function HomeTimeline() {
|
||||
return import('../../home-timeline');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user