init /media route

This commit is contained in:
maxim
2025-02-03 18:20:53 +03:00
parent deaf5d68bb
commit a19d0f9478
6 changed files with 329 additions and 0 deletions

4
src/pages/media/index.ts Normal file
View File

@ -0,0 +1,4 @@
export * from './create'
export * from './edit'
export * from './list'
export * from './show'