Skip to content

Commit

Permalink
remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jul 21, 2023
1 parent 4ac4753 commit 855e1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomToGreenButtonJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Parser from 'rss-parser'
import xml2js from 'xml2js'

import { updateGreenButtonContent } from './contentUpdaters.js'
import type { GreenButtonContent, GreenButtonContentType, IntervalBlockContent, IntervalBlockContentData } from './types/contentTypes.js'
import type { GreenButtonContentType, IntervalBlockContentData } from './types/contentTypes.js'
import type { GreenButtonEntry, GreenButtonJson } from './types/entryTypes.js'
import { cleanContentJson } from './utilities.js'

Expand Down

0 comments on commit 855e1f1

Please sign in to comment.