diff options
Diffstat (limited to 'src/styles.ts')
-rw-r--r-- | src/styles.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles.ts b/src/styles.ts index ca4e64a..3e1658b 100644 --- a/src/styles.ts +++ b/src/styles.ts @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with Immersive. If not, see <https://www.gnu.org/licenses/>. -export function styles () { +export default function styles () { const style = document.createElement('style'); document.head.appendChild(style); |