Fix missing end of file chars (#1106)

Signed-off-by: Abolfazl Shahbazi <12436063+ashahba@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Abolfazl Shahbazi
2024-11-13 09:40:53 -08:00
committed by GitHub
parent 393367e9f1
commit b5f95f735e
104 changed files with 104 additions and 104 deletions

View File

@@ -23,4 +23,4 @@ RUN npm run build
EXPOSE 5173
# Run the front-end application in preview mode
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]
CMD ["npm", "run", "preview", "--", "--port", "5173", "--host", "0.0.0.0"]

View File

@@ -83,4 +83,4 @@ a.btn {
.w-12\/12 {
width: 100%
}
}