fix: worker import

This commit is contained in:
Chance Hudson
2022-03-31 00:06:06 -05:00
parent 4056fa4962
commit 9c20fc0f5a

View File

@@ -3,7 +3,7 @@ import html from './html'
import React from 'react'
import ReactDOMServer from 'react-dom/server'
import Home from '../src/Home'
import UIContext, { Interface } from 'nanoether/interface'
import UIContext, { Interface } from 'nanoether/src/contexts/interface'
// Enables edge cdn - https://developers.cloudflare.com/workers/learning/how-the-cache-works/
const DEBUG = false