Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Mar 28, 2024
1 parent eecda5e commit c457540
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 4 additions & 5 deletions src/app/page.tsx
@@ -1,3 +1,7 @@
import { Article } from '@/app/_app/Article'
import { GithubFeedList } from '@/app/_app/githubFeedList'
import { Photos } from '@/app/_app/Photos'
import { SocialLink } from '@/app/_app/SocialLink'
import { Container } from '@/components/Container'
import {
GitHubIcon,
Expand All @@ -7,11 +11,6 @@ import {
} from '@/components/SocialIcons'
import { getAllArticles } from '@/lib/articles'

import { Article } from './_/Article'
import { GithubFeedList } from './_/githubFeedList'
import { Photos } from './_/Photos'
import { SocialLink } from './_/SocialLink'

export default async function Home() {
const articles = (await getAllArticles()).slice(0, 4)

Expand Down

0 comments on commit c457540

Please sign in to comment.