Persist input text in local storage (#472)

This commit is contained in:
Jeremy 2024-10-31 21:02:05 +05:30 committed by GitHub
parent 543267516e
commit 505caa9aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 73 additions and 45 deletions

View file

@ -5,6 +5,8 @@ import { SidebarInset, SidebarProvider } from '@/components/ui/sidebar';
import { auth } from '../(auth)/auth';
export const experimental_ppr = true;
export default async function Layout({
children,
}: {