Remove 'use strict' expressions

This commit is contained in:
Alex Gleason
2023-09-20 11:55:04 -05:00
parent d4340162ef
commit e9b245b7d4
18 changed files with 0 additions and 35 deletions

View File

@ -1,5 +1,3 @@
'use strict';
import { AnyAction } from 'redux';
import { play, soundCache } from 'soapbox/utils/sounds';