mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 18:36:23 +02:00
Initial commit
This commit is contained in:
commit
55332d1ddb
168 changed files with 18456 additions and 0 deletions
11
apps/web/app/page.tsx
Normal file
11
apps/web/app/page.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { CardsStats } from "./placeholder-stats";
|
||||
import SearchUsers from "@/components/search-users";
|
||||
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4">
|
||||
<CardsStats />
|
||||
<SearchUsers />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue