mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
changed build workflow – for auth it's required to have better control over html and assets
This commit is contained in:
5
app/src/ui/inject.js
Normal file
5
app/src/ui/inject.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// react shim
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
|
||||
export { React, ReactDOM };
|
||||
Reference in New Issue
Block a user