Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
esseswann committed Sep 23, 2023
1 parent 0f6335e commit d160765
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/metadata/compileViews.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
import { Dirent, PathLike } from 'fs'
import { PathLike } from 'fs'
import fs from 'fs/promises'
import { compileTemplate, compileTemplates } from './compileTemplates'
import {
Template,
getTemplate,
getTemplates,
resetTemplates
} from './getTemplates'
import { compileTemplate } from './compileTemplates'
import { getTemplate, getTemplates, resetTemplates } from './getTemplates'

export async function* compileViews(
viewsPath: PathLike,
Expand Down

0 comments on commit d160765

Please sign in to comment.