Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 26, 2024
1 parent e73d171 commit 0d2caa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/app/home/leaderboard/leaderboard.stories.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { argsToTemplate, type Meta, type StoryObj } from '@storybook/angular';
import { LeaderboardComponent } from './leaderboard.component';
import { LeaderboardEntry } from 'app/core/modules/openapi/model/leaderboard-entry';
import { PullRequestReviewInfo } from 'app/core/modules/openapi/model/pull-request-review-info';

const leaderboardEntries: LeaderboardEntry[] = [
{
Expand Down

0 comments on commit 0d2caa3

Please sign in to comment.