import { esmPlugin } from './esm.mjs' import { tailwindPlugin } from './tailwind.mjs' export const docusaurusPlugins = [esmPlugin, tailwindPlugin]