fix themes import

This commit is contained in:
martin-mfg
2025-09-27 16:41:11 +02:00
parent e5fa538e74
commit 76ee55b708
@@ -4,7 +4,8 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Card } from '../../../components';
import { themes } from 'github-readme-stats/themes/index.js';
// eslint-disable-next-line import/no-relative-packages
import { themes } from '../../../backend/themes/index';
const ThemeStage = ({ theme, setTheme, fullSuffix }) => {
return (