comment typo

This commit is contained in:
Pavel Laptev 2024-02-16 17:47:34 +01:00
parent d014d12395
commit b2fc858560

View File

@ -1,6 +1,6 @@
<script lang="ts">
import BranchIcon from './BranchIcon.svelte';
// disabled until fix performance issue
// disabled until the performance issue is fixed
// import AuthorIcons from '$lib/components/AuthorIcons.svelte';
import TimeAgo from '$lib/components/TimeAgo.svelte';
import type { CombinedBranch } from '$lib/branches/types';