mirror of
https://github.com/motajs/template.git
synced 2026-05-02 12:23:13 +08:00
9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
import { createMaterial } from './material';
|
|
|
|
export function create() {
|
|
createMaterial();
|
|
}
|
|
|
|
export * from './load';
|
|
export * from './material';
|