diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-07 12:01:08 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-07 12:31:56 +0100 |
| commit | b4e12398fbeb642c12649dcccdf4d5cdefa471e3 (patch) | |
| tree | 0744b64eed4214813e70ed26ad4a18058a4a46af /src/components/Widget/index.tsx | |
| parent | 722ec20bad64d8c69b173c163011d37ad0b55591 (diff) | |
chore: add a widget to list all blog thematics
Diffstat (limited to 'src/components/Widget/index.tsx')
| -rw-r--r-- | src/components/Widget/index.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/Widget/index.tsx b/src/components/Widget/index.tsx index d6ce18f..025b302 100644 --- a/src/components/Widget/index.tsx +++ b/src/components/Widget/index.tsx @@ -1,3 +1,4 @@ import RecentPosts from './RecentPosts/RecentPosts'; +import ThematicsList from './ThematicsList/ThematicsList'; -export { RecentPosts }; +export { RecentPosts, ThematicsList }; |
