mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 20:05:39 +00:00
Resolved ALL eslint issues for project
This commit is contained in:
6
src/interfaces/ILoader.ts
Normal file
6
src/interfaces/ILoader.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
enum LoaderHeightType {
|
||||
Page = "page",
|
||||
Section = "section"
|
||||
}
|
||||
|
||||
export default LoaderHeightType;
|
||||
Reference in New Issue
Block a user