SVGView
SVGView copied to clipboard
Add `import Combine` to all files which uses @Published
@Published is a part of Combine, not importing Combine everywhere its used will cause a Unknown attribute 'Combine.Published' when compiled as a XCFramework.
This PR adds import Combine to all relevant files.