Skip to content

Commit

Permalink
trial change
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Aug 14, 2024
1 parent ec36a14 commit 50d8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat-stack/app/routes/_heat+/single.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { HomeInformation } from '../../components/ui/heat/CaseSummaryComponents/
import HeatLoadAnalysis from './heatloadanalysis.tsx'
import { Button } from '#/app/components/ui/button.tsx'
import { createMemoryUploadHandler } from '@remix-run/server-runtime/dist/upload/memoryUploadHandler.js'
import { parseMultipartFormData } from '@remix-run/server-runtime/dist/formData'
import { parseMultipartFormData } from '@remix-run/server-runtime/dist/formData.js'

const nameMaxLength = 50
const addressMaxLength = 100
Expand Down

0 comments on commit 50d8012

Please sign in to comment.