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

@ -3,7 +3,6 @@
* @see {@link https://github.com/axios/axios}
* @module soapbox/api
*/
'use strict';
import axios, { AxiosInstance, AxiosResponse } from 'axios';
import LinkHeader from 'http-link-header';