6 lines
65 B
TypeScript
6 lines
65 B
TypeScript
|
import * as links from "./links"
|
||
|
|
||
|
export default {
|
||
|
...links,
|
||
|
}
|