mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-18 04:57:41 +01:00
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,
|
||
|
|
};
|
||
|
|
},
|
||
|
|
};
|