refactor: fix cards files names by removing duplicating postfix (#4376)

This commit is contained in:
Alexandr Garbuzov
2025-08-24 17:14:18 +03:00
committed by GitHub
parent 09cb2a596e
commit dd7582db8f
23 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {
parseBoolean,
} from "../src/common/utils.js";
import { isLocaleAvailable } from "../src/translations.js";
import { renderGistCard } from "../src/cards/gist-card.js";
import { renderGistCard } from "../src/cards/gist.js";
import { fetchGist } from "../src/fetchers/gist.js";
export default async (req, res) => {
+1 -1
View File
@@ -1,4 +1,4 @@
import { renderStatsCard } from "../src/cards/stats-card.js";
import { renderStatsCard } from "../src/cards/stats.js";
import { blacklist } from "../src/common/blacklist.js";
import {
clampValue,
+1 -1
View File
@@ -1,4 +1,4 @@
import { renderRepoCard } from "../src/cards/repo-card.js";
import { renderRepoCard } from "../src/cards/repo.js";
import { blacklist } from "../src/common/blacklist.js";
import {
clampValue,
+1 -1
View File
@@ -1,4 +1,4 @@
import { renderTopLanguages } from "../src/cards/top-languages-card.js";
import { renderTopLanguages } from "../src/cards/top-languages.js";
import { blacklist } from "../src/common/blacklist.js";
import {
CONSTANTS,
+1 -1
View File
@@ -1,4 +1,4 @@
import { renderWakatimeCard } from "../src/cards/wakatime-card.js";
import { renderWakatimeCard } from "../src/cards/wakatime.js";
import {
clampValue,
CONSTANTS,