Skip to content

Commit 634e95d

Browse files
committed
feat: Remove now unnecessary "start()" method
1 parent cf47b95 commit 634e95d

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

src/index.esm.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import install from './install'
2-
import start from './start'
32
import { version } from '../package.json'
43

54
export * from './components'
@@ -11,6 +10,5 @@ export * from './utils'
1110
export default {
1211
version,
1312
install,
14-
start,
1513
theme: __THEME__
1614
}

src/start.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)