Share Expenses
with Friends{' '}
& Family
Welcome to your new Spliit instance!
Customize this page by editing src/app/page.tsx.
import { Button } from '@/components/ui/button'
import { Github, LucideIcon } from 'lucide-react'
import Link from 'next/link'
import { ReactNode } from 'react'
// FIX for https://github.com/vercel/next.js/issues/58615
export const dynamic = 'force-dynamic'
export default function HomePage() {
return (
Welcome to your new Spliit instance!
Share Expenses
with Friends{' '}
& Family
Customize this page by editing src/app/page.tsx.