Skip to content

Commit eb65c66

Browse files
committed
Fix linting
1 parent 72446e3 commit eb65c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { sentryVitePlugin } from "@sentry/vite-plugin";
22
import react from "@vitejs/plugin-react-swc";
3-
import { defineConfig } from "vite";
43
import { env } from "process";
4+
import { defineConfig } from "vite";
55

66
// https://vitejs.dev/config/
77
export default defineConfig({

0 commit comments

Comments
 (0)