Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #31 from WebChatting/style/refactor
Browse files Browse the repository at this point in the history
Style/refactor
  • Loading branch information
Crazyokd authored Mar 23, 2023
2 parents b33563d + edf39f9 commit cbd6799
Show file tree
Hide file tree
Showing 26 changed files with 2,086 additions and 1,745 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm run build
- run: npm run lint
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<template>
<router-view/>
</template>
<router-view />
</template>
2 changes: 1 addition & 1 deletion src/assets/emoji.json
Original file line number Diff line number Diff line change
Expand Up @@ -28055,4 +28055,4 @@
"group": "Flags",
"subgroup": "subdivision-flag"
}
]
]
Loading

0 comments on commit cbd6799

Please sign in to comment.