fixed nav

This commit is contained in:
TaylorS15
2023-02-25 08:28:48 -05:00
parent 6cd98d631d
commit f077780e4b
5 changed files with 14 additions and 14 deletions

View File

@@ -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()],
})
});