Skip to content

Commit

Permalink
restoring the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 3, 2024
1 parent 51d222b commit 1ea6864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { Fragment } from 'react';
import { Map } from '@components/map';
import ObservationDialog from "@components/map/observation-dialog";
import { useLayers } from '@context';
import { Sidebar } from '@components/sidebar';

export const App = () => {
// install the selected observation list from the layer context
Expand All @@ -19,6 +20,7 @@ export const App = () => {
})
}
<Map />
<Sidebar />
</Fragment>
);
};

0 comments on commit 1ea6864

Please sign in to comment.