Created
August 4, 2023 10:00
-
-
Save denniskigen/3c216bf57e824d8bb52f27b5e6549da7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import swr from 'useSWR'; | |
const useEncounters = (patientUuid: string) => { | |
const url = `/ws/rest/v1/encounter`; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment