From 8aa2fbb58901dfc71e30733a431285c0ca1453b8 Mon Sep 17 00:00:00 2001 From: Courey Elliott Date: Fri, 11 Aug 2023 18:15:49 -0400 Subject: [PATCH] changing directory location --- app/routes/data.new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/data.new.tsx b/app/routes/data.new.tsx index ff23c95..6f14bb6 100644 --- a/app/routes/data.new.tsx +++ b/app/routes/data.new.tsx @@ -12,7 +12,7 @@ import { TextInput, Textarea, } from '@trussworks/react-uswds' -import { getUserId } from 'lib/utils' +import { getUserId } from 'app/lib/utils' import { useEffect, useRef, useState } from 'react' import { createNewNote, getInstrumentData, getNotes } from './data/data.server'