3
5
Search
File types
.tsx
.ts
.css
.json
13 results in 5 files
page.tsx
3
import { S
uspense
} from "react"
export default
async f
unction HomePage() {
<
main
className="min-h-screen bg-background">
layout.tsx
2
import type {
Metadata
} from "next"
export const
metadata
: Metadata = {
utils.ts
4
import { clsx, t
ype
ClassValue } from "clsx"
export
function
cn(...inputs: ClassValue[]) {
export
function
formatDate(date: Date): string {
export
function
slugify(text: string): string {
db.ts
2
import { c
reateClient
} from "@supabase/supabase-js"
export
const
supabase = createClient<Database>(
auth.ts
2
import { s
upabase
} from "@/lib/db"
export async
funct
ion getServerSession() {
Search Results —
13 matches in 5 files
page.tsx
src/app/page.tsx
1
import { S
uspense
} from "react"
6
export default
async f
unction HomePage() {
14
<
main
className="min-h-screen bg-background">
layout.tsx
src/app/layout.tsx
1
import type {
Metadata
} from "next"
9
export const
metadata
: Metadata = {
utils.ts
src/lib/utils.ts
1
import { clsx, t
ype
ClassValue } from "clsx"
4
export
function
cn(...inputs: ClassValue[]) {
8
export
function
formatDate(date: Date): string {
15
export
function
slugify(text: string): string {
db.ts
src/lib/db.ts
1
import { c
reateClient
} from "@supabase/supabase-js"
6
export
const
supabase = createClient<Database>(
auth.ts
src/lib/auth.ts
1
import { s
upabase
} from "@/lib/db"
4
export async
funct
ion getServerSession() {
Ready
13 results in 5 files
← Gallery