Optimize file name
This commit is contained in:
7
src/pages/Tools/All.tsx
Normal file
7
src/pages/Tools/All.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const All: React.FC = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
export default All
|
||||
7
src/pages/Tools/Translation.tsx
Normal file
7
src/pages/Tools/Translation.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const Translation: React.FC = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
export default Translation
|
||||
7
src/pages/Tools/index.tsx
Normal file
7
src/pages/Tools/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const Tools: React.FC = () => {
|
||||
return <></>
|
||||
}
|
||||
|
||||
export default Tools
|
||||
Reference in New Issue
Block a user