Skip to content

Commit

Permalink
feat(DTFS2-NONE): remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBramhill committed Apr 4, 2024
1 parent 26ac327 commit b696e3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gef-ui/server/generateApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ const generateApp = () => {

app.use(
'/assets',
express.static(path.join(__dirname, '..', 'node_modules', 'govuk-frontend', 'govuk', 'assets')),
express.static(path.join(__dirname, '..', 'public')),
);

Expand Down

0 comments on commit b696e3a

Please sign in to comment.