Skip to content

Commit

Permalink
fix: typo (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
why-only-english committed Sep 8, 2024
1 parent b71aea9 commit d71fbc2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
import com.example.moreveiw.domain.page.model.dao.Page;
import org.springframework.data.jpa.repository.JpaRepository;

import java.util.List;

public interface PageRepository extends JpaRepository<Page, Long> {
}

0 comments on commit d71fbc2

Please sign in to comment.