Search results

This commit is contained in:
Markus Thielker 2024-12-21 15:09:28 +01:00
parent b4ac37f316
commit 530c5fd17e
No known key found for this signature in database
4 changed files with 70 additions and 0 deletions

View file

@ -2,6 +2,10 @@ import React from 'react';
import Image from 'next/image';
import { Input } from '@/components/ui/input';
import { Separator } from '@/components/ui/separator';
import { Card, CardContent, CardDescription, CardHeader } from '@/components/ui/card';
import Link from 'next/link';
import { SearchResult } from '@/components/search-result';
import { PublicUser } from '@/lib/github-user';
export default async function Home() {