Skip to content

Commit

Permalink
putting the hurricane button back in
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 2, 2024
1 parent 8712e10 commit f4e8f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/trays/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import * as layers from './layers';
// import * as hurricanes from './hurricanes'
import * as hurricanes from './hurricanes'
import * as settings from './settings';

export default {
layers,
// hurricanes,
hurricanes,
settings,
};

Expand Down

0 comments on commit f4e8f3f

Please sign in to comment.