Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
changing directory location
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey authored and lpsinger committed Aug 15, 2023
1 parent e48d44c commit e1cfd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/data.new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e1cfd5f

Please sign in to comment.