Skip to content

Commit

Permalink
fix: remove unwanted url.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-b-84 committed Jul 28, 2024
1 parent 6cc1fb7 commit 36fb6b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions frontend/src/url.ts

This file was deleted.

8 changes: 4 additions & 4 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
plugins: [react()],
});

0 comments on commit 36fb6b7

Please sign in to comment.