For this exercise, what we need is a simple live wall for tracking currencies.
import { createApp } from 'vue' import App from './App.vue' createApp(App).mount('#app')