Skip to content

Commit

Permalink
fix: filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorcbraz committed Dec 1, 2024
1 parent b781557 commit 333ff60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/js/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Calculator } from './calculator.js'
import { ThemeManager } from './themeManager.js'
import { Guide } from './guide.js'
import { Speak } from './speak.js'
import { Calculator } from './Calculator.js'
import { ThemeManager } from './ThemeManager.js'
import { Guide } from './Guide.js'
import { Speak } from './Speak.js'
import { Button } from './components/Button.js'
import { Stars } from './Stars.js'

Expand Down

0 comments on commit 333ff60

Please sign in to comment.