This commit is contained in:
Tom Moor
2023-03-09 22:27:40 -05:00
parent e786888dfb
commit af0485fa12
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import { NavigationNode } from "@shared/types";
import type { NavigationNode } from "../types";
import naturalSort from "./naturalSort";
type Sort = {