mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
4 lines
139 B
TypeScript
4 lines
139 B
TypeScript
/* eslint-disable import/no-unassigned-import */
|
|
import './react-app.d';
|
|
import './dom.d';
|
|
/* eslint-enable import/no-unassigned-import */
|