UNPKG
vue-card-memory-game
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A memory game component built with Vue and Tailwind CSS
vue-card-memory-game
/
src
/
main.ts
4 lines
(2 loc)
•
81 B
text/typescript
View Raw
1
2
3
4
import
MemoryGame
from
'./components/MemoryGame.vue'
export
default
MemoryGame
;