# Importing the Shopware object

**URL:** https://forum.shopware.com/t/importing-the-shopware-object/92305
**Category:** Programming (EN)
**Created:** [11. Januar 2022 um 02:44 UTC](https://forum.shopware.com/t/importing-the-shopware-object/92305 "2022-01-11T02:44:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![prites.kum](https://avatars.discourse-cdn.com/v4/letter/p/db5fbb/32.png) [@prites.kum](https://forum.shopware.com/u/prites.kum)
#### Post date: [11. Januar 2022 um 02:44 UTC](https://forum.shopware.com/t/importing-the-shopware-object/92305/1 "2022-01-11T02:44:25Z")

</div>

To make our plugin compatible with 6.4.7.0, we changed the following as suggested in forums on this path - / src / Resources / app / administration / src / init  
~~import { Application } from ‚src/core/shopware‘~~ to **const { Application } = Shopware;**

Still the issue persists in minified js file and the admin section doesnt open:  
„Uncaught TypeError: Super expression must either be null or a function“

Any suggestions related to this? Thanks.
