Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Jan 30, 2024
1 parent b2dc4ce commit 1769473
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { lazy } from 'react';

export const FlagsChart = lazy(() => import('./FlagsChartComponent'));
export const FlagsProjectChart = lazy(
() => import('./FlagsProjectChartComponent'),
);

0 comments on commit 1769473

Please sign in to comment.