adds like dislike

This commit is contained in:
ajaythapliyal
2023-03-05 22:36:57 +05:30
parent 787a06d06e
commit 37ae24b879
9 changed files with 256 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import svgr from 'vite-plugin-svgr';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [react(), svgr()],
});