Persist input text in local storage (#472)
This commit is contained in:
parent
543267516e
commit
505caa9aff
5 changed files with 73 additions and 45 deletions
|
|
@ -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,
|
||||
}: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue