mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-18 23:38:11 +00:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
// src/access.ts
|
|
export default function access() {
|
|
return {};
|
|
}
|