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 committed Aug 11, 2023
1 parent 87b3b41 commit 8aa2fbb
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 8aa2fbb

Please sign in to comment.