mirror of
https://github.com/bspeice/speice.io
synced 2024-12-22 16:48:10 -05:00
Get npm run build
going again
This commit is contained in:
parent
7759b58dbe
commit
137bd74d4d
@ -201,6 +201,9 @@ import chaosGameWeightedSource from "!!raw-loader!./chaosGameWeighted";
|
|||||||
|
|
||||||
<CodeBlock language={'typescript'}>{chaosGameWeightedSource}</CodeBlock>
|
<CodeBlock language={'typescript'}>{chaosGameWeightedSource}</CodeBlock>
|
||||||
|
|
||||||
|
import BrowserOnly from "@docusaurus/BrowserOnly";
|
||||||
import GasketWeighted from "./GasketWeighted"
|
import GasketWeighted from "./GasketWeighted"
|
||||||
|
|
||||||
<GasketWeighted/>
|
<BrowserOnly>
|
||||||
|
<GasketWeighted/>
|
||||||
|
</BrowserOnly>
|
Loading…
Reference in New Issue
Block a user