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