mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-28 09:12:57 +00:00
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
import Bookmark from './bookmark.svelte'
|
|
import Favorite from './favorite.svelte'
|
|
import Play from './play.svelte'
|
|
|
|
export {
|
|
Play as PlayButton,
|
|
Favorite as FavoriteButton,
|
|
Bookmark as BookmarkButton
|
|
}
|