Link to author from book details

Co-authored-by: plmcgrn <889547+plmcgrn@users.noreply.github.com>

Closes #3356
This commit is contained in:
Bogdan
2024-03-16 00:46:31 +02:00
parent 93ee466780
commit b8c295727a
7 changed files with 24 additions and 6 deletions
+1
View File
@@ -2,6 +2,7 @@
// Please do not change this file!
interface CssExports {
'heart': string;
'rating': string;
}
export const cssExports: CssExports;
export default cssExports;