Skip to content

Commit

Permalink
Fix typo on file name
Browse files Browse the repository at this point in the history
And update its import in the main app file.
  • Loading branch information
wlsf82 committed Nov 3, 2024
1 parent c6f5d82 commit ccde576
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react'

import { useCookieConsent } from './components/CookieConsent/useCookeConsent'
import { useCookieConsent } from './components/CookieConsent/useCookieConsent'

import styles from './App.module.css'

Expand Down

0 comments on commit ccde576

Please sign in to comment.