import { NOTION_KEY } from "../config"; const { Client } = require("@notionhq/client"); export const notion = new Client({ auth: NOTION_KEY });