mirror of
https://github.com/AtHeartEngineer/uikit.git
synced 2026-01-09 20:58:01 -05:00
fix: worker import
This commit is contained in:
@@ -3,7 +3,7 @@ import html from './html'
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import ReactDOMServer from 'react-dom/server'
|
import ReactDOMServer from 'react-dom/server'
|
||||||
import Home from '../src/Home'
|
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/
|
// Enables edge cdn - https://developers.cloudflare.com/workers/learning/how-the-cache-works/
|
||||||
const DEBUG = false
|
const DEBUG = false
|
||||||
|
|||||||
Reference in New Issue
Block a user