Rename files part 2

This commit is contained in:
Misode
2020-11-23 14:39:04 +01:00
parent 3172557e3a
commit 35aefea261
16 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
import { hexId } from "../utils_"
import { hexId } from "../Utils"
type PropertyWatcher<T> = (value: T, oldValue: T | null) => void
type NamedPropertyWatcher<T> = {