refactor(utils): reorganize utils files into module structure

Move defaultAppHeaders function from utils.ts to new net.ts module and create index.ts for exports
This commit is contained in:
icarus 2025-10-20 01:40:01 +08:00
parent e640beb874
commit 61a71a0486
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
export * from './net'