mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
chore: move flow dir to root
This commit is contained in:
parent
514e48520c
commit
d5ec42d62e
@ -1,6 +1,9 @@
|
||||
// @flow
|
||||
|
||||
type CSSModule = {
|
||||
[key: string]: string,
|
||||
};
|
||||
|
||||
const emptyCSSModule: CSSModule = {};
|
||||
|
||||
export default emptyCSSModule;
|
Loading…
Reference in New Issue
Block a user