First commit
This commit is contained in:
6
packages/feature-location/domain/package.json
Normal file
6
packages/feature-location/domain/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@feature/location/domain",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
1
packages/feature-location/domain/src/index.ts
Normal file
1
packages/feature-location/domain/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const LocationDomain = {};
|
||||
6
packages/feature-location/ui-rn/package.json
Normal file
6
packages/feature-location/ui-rn/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@feature/location/ui-rn",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
1
packages/feature-location/ui-rn/src/index.ts
Normal file
1
packages/feature-location/ui-rn/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const LocationUI = {};
|
||||
Reference in New Issue
Block a user