chore: prettier-plugin-sort-imports

This commit is contained in:
Travis Fischer
2022-10-15 17:58:27 -04:00
parent c2024b78e9
commit 44026d9766
35 changed files with 487 additions and 274 deletions

View File

@@ -1,11 +1,11 @@
import pMemoize from 'p-memoize'
import { getAllPagesInSpace, uuidToId } from 'notion-utils'
import pMemoize from 'p-memoize'
import { includeNotionIdInUrls } from './config'
import { notion } from './notion-api'
import { getCanonicalPageId } from './get-canonical-page-id'
import * as config from './config'
import * as types from './types'
import { includeNotionIdInUrls } from './config'
import { getCanonicalPageId } from './get-canonical-page-id'
import { notion } from './notion-api'
const uuid = !!includeNotionIdInUrls