try fix linter problems

This commit is contained in:
martin-mfg
2025-09-20 20:31:38 +02:00
parent 73c707dae0
commit 4156a25006
2 changed files with 3 additions and 1 deletions
@@ -4,7 +4,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Card } from '../../../components';
import themes from '../../../themes';
import { themes } from '../../../themes';
const ThemeStage = ({ theme, setTheme, fullSuffix }) => {
return (
+2
View File
@@ -1,5 +1,7 @@
// For now this is simply a manual copy of https://github.com/anuraghazra/github-readme-stats/blob/master/themes/index.js .
// This should be improved later.
/* eslint-disable prettier/prettier */
export const themes = {
default: {
title_color: "2f80ed",