feat: add-tool network (#9)
Co-authored-by: typist <git@mail.typist.cc> Reviewed-on: #9
This commit is contained in:
5
src/components/tool/network/index.tsx
Normal file
5
src/components/tool/network/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export { default as DNS } from './dns';
|
||||
export { default as Ping } from './ping';
|
||||
export { default as TCPing } from './tcping';
|
||||
export { default as SpeedTest } from './speedtest';
|
||||
|
||||
Reference in New Issue
Block a user