6 lines
50 B
TypeScript
6 lines
50 B
TypeScript
|
import gd from "./gd";
|
||
|
|
||
|
export default {
|
||
|
gd,
|
||
|
};
|