Skip to content

v0.1.9

Compare
Choose a tag to compare
@ycw ycw released this 15 Oct 00:43
· 3 commits to main since this release

Updated to use named imports/exports

then:

import Modeller from ".."

now:

import { Modeller } from ".."