PR Fixes
This commit is contained in:
@@ -12,11 +12,9 @@ export function preload() {
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<Suspense>
|
||||
<footer>
|
||||
<FooterNavigation />
|
||||
<FooterDetails />
|
||||
</footer>
|
||||
</Suspense>
|
||||
<footer>
|
||||
<FooterNavigation />
|
||||
<FooterDetails />
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user