mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
---
|
|
import Default from '@astrojs/starlight/components/MobileMenuFooter.astro';
|
|
import ActionButtonFooter from './ActionButtonFooter.astro';
|
|
|
|
---
|
|
|
|
<Default {...Astro.props}><slot /></Default>
|
|
|
|
<ActionButtonFooter /> |