Skip to content

Commit

Permalink
fixing missing button reference
Browse files Browse the repository at this point in the history
(cherry picked from commit 333e38f6b52f306a3f3dd07d8df6a69a73fcb172)
  • Loading branch information
sam9116 committed Dec 1, 2024
1 parent d5af20f commit 0e83bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Odyssey/SharePage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Stack, TextField } from '@mui/material';
import { Stack, TextField, Button } from '@mui/material';
import Map from "./map";
import { useLoadScript } from "@react-google-maps/api"
import SharePageList from './SharePageList';
Expand Down

0 comments on commit 0e83bd5

Please sign in to comment.