diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 938e2bff..b176926d 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -16,4 +16,4 @@ COPY ./ /app/ EXPOSE 5173 # Command to run the application -CMD ["yarn", "dev", "--host", "0.0.0.0"] \ No newline at end of file +CMD ["yarn", "dev", "--host", "0.0.0.0"] diff --git a/frontend/components.json b/frontend/components.json index 88a9a6e0..1cd599c2 100644 --- a/frontend/components.json +++ b/frontend/components.json @@ -13,4 +13,4 @@ "components": "@/components", "utils": "@/lib/utils" } -} \ No newline at end of file +} diff --git a/frontend/src/components/ui/select.tsx b/frontend/src/components/ui/select.tsx index 1dcfce0b..cdfb8ce2 100644 --- a/frontend/src/components/ui/select.tsx +++ b/frontend/src/components/ui/select.tsx @@ -159,4 +159,4 @@ export { SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, -} \ No newline at end of file +}