Преглед изворни кода

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'