Version as Clean Architecture
This commit is contained in:
parent
a1e5e97200
commit
87ed1f43a9
11 changed files with 104 additions and 114 deletions
5
src/background/repositories/tab.js
Normal file
5
src/background/repositories/tab.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default class TabRepository {
|
||||
create(url) {
|
||||
browser.tabs.create({ url, });
|
||||
}
|
||||
}
|
Reference in a new issue