Skip to content

Commit

Permalink
flow panel buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
andymchugh committed Jan 21, 2024
1 parent 9056a4a commit 4a1d878
Show file tree
Hide file tree
Showing 19 changed files with 21,678 additions and 107 deletions.
5 changes: 5 additions & 0 deletions .config/types/custom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ declare module '*.svg' {
export default content;
}

declare module '*.yaml' {
const content: string;
export default content;
}

// Font declarations
declare module '*.woff';
declare module '*.woff2';
Expand Down
Loading

0 comments on commit 4a1d878

Please sign in to comment.