12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
---
|
|
import type { AstroChildren } from '../lib/astro'
|
|
|
|
type Props = {
|
|
children: AstroChildren
|
|
}
|
|
|
|
//
|
|
---
|
|
|
|
{!!Astro.locals.user?.admin && <slot />}
|