Skip to content

Commit

Permalink
Convert announcer.js to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbro committed Nov 21, 2024
1 parent 69bd57d commit daeae07
Show file tree
Hide file tree
Showing 6 changed files with 296 additions and 261 deletions.
2 changes: 1 addition & 1 deletion src/components/MainModeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import mode_enter_wav from "/assets/sounds/mode_enter.wav";
import { ref } from 'vue';
import { audioQueue } from '../state/audio';
import useAnnouncer from '../composables/announcer.js';
import useAnnouncer from '../composables/announcer';
import { myLocation } from '../state/location';
const announcer = useAnnouncer();
Expand Down
243 changes: 0 additions & 243 deletions src/composables/announcer.js

This file was deleted.

Loading

0 comments on commit daeae07

Please sign in to comment.