From 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Tue, 23 Nov 2021 14:04:12 -0700 Subject: adds api, guard, tailwind --- client/utils/api_context.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/utils/api_context.js (limited to 'client/utils/api_context.js') diff --git a/client/utils/api_context.js b/client/utils/api_context.js new file mode 100644 index 0000000..6560f2d --- /dev/null +++ b/client/utils/api_context.js @@ -0,0 +1,3 @@ +import { createContext } from 'react'; + +export const ApiContext = createContext({}); -- cgit v1.2.3-70-g09d2