diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 938e2bf..b176926 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 88a9a6e..1cd599c 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 1dcfce0..cdfb8ce 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 +}