chore: move frontend files
This commit is contained in:
9
frontend/env.config.d.ts
vendored
Normal file
9
frontend/env.config.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
declare module 'postcss-easings' {
|
||||
import postcssEasings from 'postcss-easings'
|
||||
export default postcssEasings
|
||||
}
|
||||
|
||||
declare module 'postcss-easing-gradients' {
|
||||
import postcssEasingGradients from 'postcss-easing-gradients'
|
||||
export default postcssEasingGradients
|
||||
}
|
Reference in New Issue
Block a user