1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: easier development for jsonresume-theme-custom thanks to vite

This commit is contained in:
Divlo
2022-07-28 21:20:41 +02:00
parent 1ebdab18a5
commit 8bc1471cbb
21 changed files with 3197 additions and 8676 deletions

View File

@ -1,7 +1,7 @@
import { useCallback, useEffect, useState, useRef } from 'react'
import useTranslation from 'next-translate/useTranslation'
import setLanguage from 'next-translate/setLanguage'
import classNames from 'classnames'
import classNames from 'clsx'
import i18n from 'i18n.json'