mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Remove unused async
This commit is contained in:
parent
7049fc99c8
commit
9b24b4414d
@ -5,7 +5,7 @@ import { source } from 'lib/source';
|
||||
import type { ReactNode } from 'react';
|
||||
import './custom-docs-styles.css';
|
||||
|
||||
export default async function DocsLayout({ children }: { children: ReactNode }) {
|
||||
export default function DocsLayout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<SidebarProvider>
|
||||
<div className="relative">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user