diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 03d7cc43f..f964fe0cf 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1,2 +1 @@ /// -/// \ No newline at end of file diff --git a/src/components/SQLCourse/AuthorQuoteMessage.tsx b/src/components/SQLCourse/AuthorQuoteMessage.tsx index 0d13f8245..0ac58dc9c 100644 --- a/src/components/SQLCourse/AuthorQuoteMessage.tsx +++ b/src/components/SQLCourse/AuthorQuoteMessage.tsx @@ -1,4 +1,4 @@ -import { Award, QuoteIcon, Trophy } from 'lucide-react'; +import { Award, Trophy } from 'lucide-react'; export function AuthorQuoteMessage() { return ( @@ -45,7 +45,7 @@ export function AuthorQuoteMessage() {
Kamran Ahmed