#how do i connect roots into one?

4 messages · Page 1 of 1 (latest)

lime tangle
#

I see several problems with your code. First, you need to remove the closing tags for the route and make it a self closing tag. Second, I guess since you have a route with a header tag, you are trying to render the header in the home page, but your approach is incorrect, you need to add the header component bu itself outside above of the Routes tag

#

You can use this as a reference

#

Ignore the top part, just reference the bottom div

lone haven
#

so how do i do thatr?