Skip to content

Commit

Permalink
Fix case of some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Apr 17, 2022
1 parent bd92b07 commit 0d5f18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ import './components/NoNoteDialog'
import './components/Thumbnail'
import './components/Timeline'
import './components/DitherSwatch'
import './components/ScrollBar'
import './components/Scrollbar'
import './components/KeyValList'
import './components/TextView'

import './scenes/Screenbase'
import './scenes/ScreenBase'

playdate.graphics.setFont(MAIN_FONT)
playdate.display.setRefreshRate(REFRESH_RATE_GLOBAL)
Expand Down Expand Up @@ -97,4 +97,4 @@ end
-- playdate.graphics.generateQRCode('https://playnote.studio/filehelp', 120, function (qr)
-- playdate.simulator.writeToFile(qr, '~/qr.png')
-- print('qr generated')
-- end)
-- end)

0 comments on commit 0d5f18b

Please sign in to comment.