fix end of file newlines

This commit is contained in:
Abi Raja 2024-02-23 15:08:55 -05:00
parent 5e2c2b25c3
commit 27165c0286
3 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@ COPY ./ /app/
EXPOSE 5173
# Command to run the application
CMD ["yarn", "dev", "--host", "0.0.0.0"]
CMD ["yarn", "dev", "--host", "0.0.0.0"]

View File

@ -13,4 +13,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}

View File

@ -159,4 +159,4 @@ export {
SelectSeparator,
SelectScrollUpButton,
SelectScrollDownButton,
}
}