mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-07-07 13:18:30 -06:00
Updating packages and using scss.
This commit is contained in:
4
src/@types/index.d.ts
vendored
Normal file
4
src/@types/index.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module "*.svg" {
|
||||
const content: any;
|
||||
export default content;
|
||||
}
|
Reference in New Issue
Block a user