website refactor
This commit is contained in:
@@ -2,7 +2,6 @@ import { beforeEach, describe, expect, it, vi, type Mock } from 'vitest';
|
||||
import {
|
||||
GetSponsorUseCase,
|
||||
type GetSponsorInput,
|
||||
type GetSponsorResult,
|
||||
type GetSponsorErrorCode,
|
||||
} from './GetSponsorUseCase';
|
||||
import type { SponsorRepository } from '../../domain/repositories/SponsorRepository';
|
||||
|
||||
Reference in New Issue
Block a user