mirror of
https://github.com/bspeice/speice.io
synced 2025-11-02 09:30:37 -05:00
Get npm run build going again
This commit is contained in:
@ -201,6 +201,9 @@ import chaosGameWeightedSource from "!!raw-loader!./chaosGameWeighted";
|
||||
|
||||
<CodeBlock language={'typescript'}>{chaosGameWeightedSource}</CodeBlock>
|
||||
|
||||
import BrowserOnly from "@docusaurus/BrowserOnly";
|
||||
import GasketWeighted from "./GasketWeighted"
|
||||
|
||||
<GasketWeighted/>
|
||||
<BrowserOnly>
|
||||
<GasketWeighted/>
|
||||
</BrowserOnly>
|
||||
Reference in New Issue
Block a user