First commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@feature/notes/domain",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export const NotesDomain = {};
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@feature/notes/ui-rn",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"main": "src/index.ts"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export const NotesUI = {};
|
||||
Reference in New Issue
Block a user