convert to vue project, fix styling for mobile

This commit is contained in:
wea_ondara
2023-07-07 20:59:23 +02:00
parent d2ffa8a8ba
commit 651ba28a14
34 changed files with 1168 additions and 107 deletions

View File

@@ -0,0 +1,8 @@
// // https://on.cypress.io/api
//
// describe('My First Test', () => {
// it('visits the app root url', () => {
// cy.visit('/')
// cy.contains('h1', 'You did it!')
// })
// })