浏览代码

Add forward slash to local JS import (#1924)

Nikhil Rao 1 年之前
父节点
当前提交
a72a6b7d2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      reflex/.templates/web/pages/_app.js

+ 1 - 1
reflex/.templates/web/pages/_app.js

@@ -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'