8 lines
70 B
TypeScript
8 lines
70 B
TypeScript
export default function Preamble() {
|
|
return (
|
|
<>
|
|
|
|
</>
|
|
)
|
|
}
|