-
-
- navigate(
- `/facility/${patientData?.facility}/patient/${id}/consultation`,
- )
- }
- >
-
-
- Add Consultation
-
-
-
{
if (
diff --git a/tailwind.config.js b/tailwind.config.js
index 520c1c4b5da..6594264d903 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -83,7 +83,11 @@ module.exports = {
},
},
},
- content: ["./src/**/*.{html,md,js,jsx,ts,tsx}", "./apps/**/*.{html,md,js,jsx,ts,tsx}", "./index.html"],
+ content: [
+ "./src/**/*.{html,md,js,jsx,ts,tsx}",
+ "./apps/**/*.{html,md,js,jsx,ts,tsx}",
+ "./index.html",
+ ],
plugins: [
require("@tailwindcss/forms"),
require("@tailwindcss/typography"),