Skip to content

Commit

Permalink
missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed May 22, 2024
1 parent b9c9a0f commit 05c41e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/utils/gcsEndpoint.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const GCS_ENDPOINT = 'https://storage.googleapis.com';
export const GCS_ENDPOINT = 'https://storage.googleapis.com';
1 change: 1 addition & 0 deletions ui/components/PeerForms/S3Form.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client';
import { PeerSetter } from '@/app/dto/PeersDTO';
import { s3Setting } from '@/app/peers/create/[peerType]/helpers/s3';
import { GCS_ENDPOINT } from '@/app/utils/gcsEndpoint';
import { Label } from '@/lib/Label';
import { RowWithRadiobutton, RowWithTextField } from '@/lib/Layout';
import { RadioButton, RadioButtonGroup } from '@/lib/RadioButtonGroup';
Expand Down

0 comments on commit 05c41e2

Please sign in to comment.