Skip to content

Commit

Permalink
rename some files
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrasile committed Sep 20, 2024
1 parent 5e75d99 commit 5dd6522
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/app/router.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Index from '@app/pages/index'
import Prism from 'prismjs'
import Synthesis from './pages/synthesis/synthesis'
import Synthesis from './pages/synthesis'
import SynthesisDrum from './pages/synthesis/drum-kit'
import SynthesisXY from './pages/synthesis/xy-pad'
import AudioRouting from './pages/audio-routing'
import AudioFilesSimple from './pages/audio-files/simple'
import AudioFiles from './pages/audio-files'
import AudioFilesMp3 from './pages/audio-files/mp3-player'
import AudioFilesDrumKit from './pages/audio-files/drum-kit'
import SoundFontsPiano from './pages/sound-fonts/piano'
import SoundFontsPiano from './pages/sound-fonts'
import SoundFontsNoteObjects from './pages/sound-fonts/note-objects'
import StartingAudioContext from './pages/starting-audiocontext'

Expand All @@ -17,7 +17,7 @@ const routes = {
'/ez-audio/synthesis/drum-kit': SynthesisDrum,
'/ez-audio/synthesis/xy-pad': SynthesisXY,
'/ez-audio/audio-routing': AudioRouting,
'/ez-audio/audio-files': AudioFilesSimple,
'/ez-audio/audio-files': AudioFiles,
'/ez-audio/audio-files/mp3-player': AudioFilesMp3,
'/ez-audio/audio-files/drum-kit': AudioFilesDrumKit,
'/ez-audio/sound-fonts': SoundFontsPiano,
Expand Down

0 comments on commit 5dd6522

Please sign in to comment.