Migrate components to typescript
This commit is contained in:
7
src/core/domain/circles/index.ts
Normal file
7
src/core/domain/circles/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Circle} from './circle'
|
||||
import {UserFollower} from './userFollower'
|
||||
|
||||
export {
|
||||
Circle,
|
||||
UserFollower
|
||||
}
|
||||
Reference in New Issue
Block a user