Update player/shared components

This commit is contained in:
jeffvli
2022-10-24 22:30:16 -07:00
parent 8973571147
commit dd3de66232
21 changed files with 164 additions and 139 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { AppRoute } from './router/utils/routes';
import { AppRoute } from './router/routes';
export interface CardRow {
align?: 'left' | 'center' | 'right';