mirror of
https://github.com/cupcakearmy/memoir.git
synced 2026-02-24 18:59:13 +00:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
import nextra from "nextra";
|
|
|
|
const withNextra = nextra({});
|
|
|
|
export default withNextra({});
|