import { Injectable } from "@nestjs/common";

@Injectable()
export class AuthSignupUseCase {
    // Example of use case file
}