mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
feat: add subscription
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
---
|
||||
import type { Props } from '@astrojs/starlight/props';
|
||||
import VideoButton from './VideoButton.astro';
|
||||
import ClipboardCopy from './ClipboardCopy.astro';
|
||||
import { Icon } from '@astrojs/starlight/components';
|
||||
import { Debug } from 'astro:components';
|
||||
import { getCollection, getEntry } from 'astro:content';
|
||||
import { getEntry } from 'astro:content';
|
||||
|
||||
const { lang } = Astro.props;
|
||||
const { author, challengeNumber, title, blogLink, videoLink, command } = Astro.props.entry.data;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import ClipboardCopy from './ClipboardCopy.astro';
|
||||
const { isNote } = Astro.props;
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user