mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
10 lines
138 B
TypeScript
10 lines
138 B
TypeScript
import main from 'assets/sandpack/hello-world/main';
|
|
|
|
const data = {
|
|
sandpack: {
|
|
'hello-world': main,
|
|
},
|
|
};
|
|
|
|
export default data;
|