Skip to content

Commit

Permalink
Distinguish type export from value export
Browse files Browse the repository at this point in the history
For some reason Parcel is very concerned about this. Maybe it's a new
TypeScript constraint? I'm not sure. It isn't clear how a failure snuck
into main.
  • Loading branch information
PsychoLlama committed Apr 28, 2024
1 parent 50c5f7b commit 8110233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/router/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default, Route } from './redux-router';
export { default, type Route } from './redux-router';

0 comments on commit 8110233

Please sign in to comment.