mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 22:23:42 +02:00
Add missing HistoryTable css type file
This commit is contained in:
parent
916d43d70d
commit
99709d6445
1 changed files with 7 additions and 0 deletions
7
frontend/src/Movie/History/MovieHistoryTable.css.d.ts
vendored
Normal file
7
frontend/src/Movie/History/MovieHistoryTable.css.d.ts
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
// This file is automatically generated.
|
||||||
|
// Please do not change this file!
|
||||||
|
interface CssExports {
|
||||||
|
'container': string;
|
||||||
|
}
|
||||||
|
export const cssExports: CssExports;
|
||||||
|
export default cssExports;
|
||||||
Loading…
Reference in a new issue