Skip to content

Commit

Permalink
resolving errors
Browse files Browse the repository at this point in the history
  • Loading branch information
migulCode committed Sep 30, 2023
1 parent 1a705ca commit 082f82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Calculator.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import { BoxCalculator } from './BoxCalculator'
import { BoxResult } from './boxResult'
import { BoxResult } from './BoxResult'
import { getValueCrypto } from '../services/getValueCrypto'

export default function Calculator () {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: './'
base: '/'
})

0 comments on commit 082f82d

Please sign in to comment.