1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-19 12:15:27 -04:00

fix: batch server requests from posts list

This commit is contained in:
2026-01-28 14:37:37 -05:00
parent 9d8e775fcd
commit 4dca81b58a
50 changed files with 160 additions and 143 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ const Providers = ({ children }: { children: React.ReactNode }) => {
);
};
export default Providers;
export { Providers };