Фикс бина репозитория

This commit is contained in:
Никита Потапов 2024-04-01 15:37:30 +04:00
parent f9344933b3
commit 31823bfece

View File

@ -1,5 +1,7 @@
package com.example.nekontakte.subscribes.repository;
import org.springframework.stereotype.Repository;
import com.example.nekontakte.core.repository.MapRepository;
import com.example.nekontakte.subscribes.model.SubscribeEntity;