Skip to content

Commit

Permalink
export third party libs for custom integration
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 28, 2020
1 parent ad0e4f3 commit 392587e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import app from '@wq/app';
import material from '@wq/material';
import mapbox from '@wq/mapbox';

import React from 'react';
import mapboxgl from 'mapbox-gl';

app.use([material, mapbox]);

export default app;

export { React, mapboxgl };

0 comments on commit 392587e

Please sign in to comment.