Add forward slash to local JS import (#1924)

This commit is contained in:
Nikhil Rao 2023-10-05 10:38:40 -07:00 committed by GitHub
parent 929b22031f
commit a72a6b7d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import { ChakraProvider, extendTheme } from "@chakra-ui/react";
import { Global, css } from "@emotion/react";
import theme from "/utils/theme";
import { clientStorage, initialEvents, initialState, StateContext, EventLoopContext } from "/utils/context.js";
import { useEventLoop } from "utils/state";
import { useEventLoop } from "/utils/state";
import '/styles/styles.css'