Skip to content

Commit

Permalink
=fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Nov 25, 2023
1 parent 13582c1 commit 97b6ca6
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/screen/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { URL } from 'react-native-url-polyfill'
import WebView from 'react-native-webview'
import { API, NetSchoolApi } from '../NetSchool/api'
import { ROUTES } from '../NetSchool/routes'
import { Button } from '../components/button'
import { Loading } from '../components/loading'
import { Button } from '../components/Button'
import { Loading } from '../components/Loading'
import { LOGGER, styles } from '../constants'
import { useAPI } from '../hooks/api'
import { Ctx } from '../hooks/settings'
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"DOM",
"ESNext"
],
"forceConsistentCasingInFileNames":true,
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 97b6ca6

Please sign in to comment.