forked from MapComplete/MapComplete
Fix CSP issues
This commit is contained in:
parent
56b83cfa36
commit
06c2e2fec8
7 changed files with 227 additions and 147 deletions
|
@ -1,4 +1,7 @@
|
|||
import SvelteUIElement from "./UI/Base/SvelteUIElement"
|
||||
import Test from "./UI/Test.svelte"
|
||||
import MvtSource from "./Logic/FeatureSource/Sources/MvtSource"
|
||||
|
||||
new MvtSource("https://example.org", undefined, undefined, undefined)
|
||||
|
||||
new SvelteUIElement(Test, {}).AttachTo("maindiv")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue