Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkawach committed Sep 19, 2024
1 parent 39bf8dd commit e9c0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export { default as ProjectionContent } from "./Projections.mdx";
export { default as ScaleContent } from "./Scale.mdx";
export { default as SpatialDataContent } from "./SpatialData.mdx";
export { default as VisualEncodingContent } from "./VisualEncoding.mdx";
export { default as MapTypesContent } from "./MapTypes.mdx";
export { default as ClassificationContent } from "./Classification.mdx";
export { default as MapTypesContent } from "./MapTypes.mdx";
export { default as SpatialStatisticsContent } from "./SpatialStatistics.mdx";

0 comments on commit e9c0241

Please sign in to comment.