mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-17 00:27: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
227 B
TypeScript
12 lines
227 B
TypeScript
import createCodeExamples from '../../.vitepress/lib/codeExamples/createLabCodeExamples';
|
|
|
|
export default {
|
|
async load() {
|
|
const codeExamples = await createCodeExamples();
|
|
|
|
return {
|
|
codeExamples,
|
|
};
|
|
},
|
|
};
|