1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Move a few more files into events src (#36574)

This commit is contained in:
Kevin Heis
2023-05-08 08:33:13 -07:00
committed by GitHub
parent 3ce72b8d58
commit 2d15c92e84
22 changed files with 28 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ import { productMap } from './all-products.js'
import slash from 'slash'
import readFileContents from './read-file-contents.js'
import getLinkData from './get-link-data.js'
import getDocumentType from './get-document-type.js'
import getDocumentType from '../src/events/lib/get-document-type.js'
import { union } from 'lodash-es'
import { allTools } from './all-tools.js'
import { renderContentWithFallback } from './render-with-fallback.js'