20251222
This commit is contained in:
3
AdminPanel/plugins/utils/path.ts
Normal file
3
AdminPanel/plugins/utils/path.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function join(...arr: string[]) {
|
||||
return arr.join('/')
|
||||
}
|
||||
Reference in New Issue
Block a user