fix: reformat manually instead of prettier

This commit is contained in:
neerajadhav 2025-07-08 18:44:02 +05:30
parent 8010968363
commit 1c67a752e3

View File

@ -1,8 +1,7 @@
import micromorph from "micromorph"
import { FullSlug, RelativeURL, getFullSlug, normalizeRelativeURLs } from "../../util/path" import { FullSlug, RelativeURL, getFullSlug, normalizeRelativeURLs } from "../../util/path"
import { fetchCanonical, scrollToElementWithBuffer } from "./util" import { fetchCanonical, scrollToElementWithBuffer } from "./util"
import micromorph from "micromorph"
// adapted from `micromorph` // adapted from `micromorph`
// https://github.com/natemoo-re/micromorph // https://github.com/natemoo-re/micromorph
const NODE_TYPE_ELEMENT = 1 const NODE_TYPE_ELEMENT = 1