Add a LandingTimeline, put the site name and description on it

This commit is contained in:
Alex Gleason
2023-09-21 12:02:02 -05:00
parent e95d2065d3
commit def95d2b5c
7 changed files with 260 additions and 9 deletions

View File

@ -10,6 +10,10 @@ export function Notifications() {
return import('../../notifications');
}
export function LandingTimeline() {
return import('../../landing-timeline');
}
export function HomeTimeline() {
return import('../../home-timeline');
}