Export more functions

main
staticvoid 2022-07-01 01:18:09 +03:00
parent 8fb9c631b1
commit 7187952ac2
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module Api (getSections, getTopics, getTopic) where
module Api (getSections, getSections', getTopics, getTopics', getTopic, getTopic') where
import Relude