Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
meleksomai committed Aug 14, 2024
1 parent 7be11c6 commit cef3e2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion apps/somai.me/app/essays/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default async function EssayPage() {
A space to share thoughts and ideas that are often reflections on my
current research.
</HeroSection>
{/* @ts-expect-error Server Component */}
<EssaysSection />
</>
);
Expand Down
2 changes: 0 additions & 2 deletions apps/somai.me/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export default function MainPage() {
intersection of Healthcare Informatics, Data Science, and Product
Engineering.
</HeroSection>
{/* @ts-expect-error Server Component */}
<EssaysSection />
{/* @ts-expect-error Server Component */}
<PapersSection />
</Stack>
);
Expand Down
1 change: 0 additions & 1 deletion apps/somai.me/app/paper/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export default function PaperPage({ params }: Props) {

return (
<Stack align="flex-start" space="800">
{/* @ts-expect-error Server Component */}
<Title paper={publication} />
<Text variant="small">
{publication.publisher} / {publication.publishedAt.text}
Expand Down
2 changes: 0 additions & 2 deletions apps/somai.me/app/papers/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export default async function PapersPage() {
Research in areas ranging from Clinical Computing, Patient Remote
Monitoring, Neuro-Epidemiology, to AI and Machine Learning.
</HeroSection>
{/* @ts-expect-error Server Component */}
<MostPopularSection />
{/* @ts-expect-error Server Component */}
<PublicationsSection />
</>
);
Expand Down

0 comments on commit cef3e2a

Please sign in to comment.