File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default function GsMap(inputProps: InputProps) {
9393 anchor : [ 20 , 20 ] ,
9494 anchorXUnits : 'pixels' ,
9595 anchorYUnits : 'pixels' ,
96- src : '/public/assets/ map-pin.png' ,
96+ src : '/public/map-pin.png' ,
9797 } ) ,
9898 } ) ;
9999 iconFeature . setStyle ( iconStyle ) ;
Original file line number Diff line number Diff line change 1111 limitations under the License.
1212*/
1313import type { Route } from "./+types/app" ;
14- import { Welcome } from "~/welcome/welcome" ;
1514import MainContainer from "~/main-container/main-container" ;
1615
1716export function meta ( { } : Route . MetaArgs ) {
@@ -21,6 +20,6 @@ export function meta({}: Route.MetaArgs) {
2120 ] ;
2221}
2322
24- export default function Home ( ) {
23+ export default function App ( ) {
2524 return < MainContainer /> ;
2625}
You can’t perform that action at this time.
0 commit comments