Skip to content

Commit 870b7cc

Browse files
committed
[feat]: service module 생성 (#62)
1 parent c761e66 commit 870b7cc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package com.texthip.thip.data.di
2+
3+
import dagger.Module
4+
import dagger.hilt.InstallIn
5+
import dagger.hilt.components.SingletonComponent
6+
7+
@Module
8+
@InstallIn(SingletonComponent::class)
9+
object ServiceModule {
10+
// @Provides
11+
// @Singleton
12+
}

0 commit comments

Comments
 (0)