Add missing HistoryTable css type file

This commit is contained in:
Qstick 2023-07-10 21:32:50 -05:00
parent 916d43d70d
commit 99709d6445
1 changed files with 7 additions and 0 deletions

View 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;