mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:37:41 +01:00
* Add section title * Add external libs list in sidebar * Make external lib work * Adds external lib to detail view * fix lint issues * Update to https
12 lines
221 B
TypeScript
12 lines
221 B
TypeScript
import createCodeExamples from '../.vitepress/lib/codeExamples/createCodeExamples';
|
|
|
|
export default {
|
|
async load() {
|
|
const codeExamples = await createCodeExamples();
|
|
|
|
return {
|
|
codeExamples,
|
|
};
|
|
},
|
|
};
|