mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 21:33:02 -05:00
docs: refactor docs
This commit is contained in:
9
docs/src/components/MobileMenuFooter.astro
Normal file
9
docs/src/components/MobileMenuFooter.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import Default from '@astrojs/starlight/components/MobileMenuFooter.astro';
|
||||
import ActionButtonFooter from './ActionButtonFooter.astro';
|
||||
|
||||
---
|
||||
|
||||
<Default {...Astro.props}><slot /></Default>
|
||||
|
||||
<ActionButtonFooter />
|
||||
Reference in New Issue
Block a user