big cleanup
This commit is contained in:
parent
daa44f9911
commit
864ded959a
161 changed files with 2918 additions and 5749 deletions
|
@ -5,7 +5,7 @@ import { uniqueId } from 'utils/utils'
|
|||
import { current } from 'immer'
|
||||
import storage from 'state/storage'
|
||||
|
||||
export default function createPage(data: Data, goToPage = true) {
|
||||
export default function createPage(data: Data, goToPage = true): void {
|
||||
const snapshot = getSnapshot(data)
|
||||
|
||||
history.execute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue