Skip to content

Commit c2abd08

Browse files
committed
remove unneeded import
1 parent 7e475e4 commit c2abd08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/lex/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { useDarkMode } from "@macrostrat/ui-components";
1616
import { StratNameHierarchy } from "./StratNameHierarchy";
1717
import { LinkCard } from "~/components/cards";
1818
import { ColumnsMap } from "~/columns-map/index.client";
19-
import { get } from "underscore";
2019

2120
export function titleCase(str) {
2221
if (!str) return str;

0 commit comments

Comments
 (0)