Skip to content

Commit

Permalink
fix: remove space
Browse files Browse the repository at this point in the history
Signed-off-by: ryanwolhuter <dev@ryanwolhuter.com>
  • Loading branch information
ryanwolhuter committed Jan 22, 2024
1 parent 1f2ea16 commit 3382dda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { reducer } from './gen/reducer';
import { documentModel } from './gen/document-model';
import genUtils from './gen/utils';
import * as customUtils from './src/utils';
import {
import {
<%= h.changeCase.pascal(documentType) %>State,
<%= h.changeCase.pascal(documentType) %>Action,
<%= h.changeCase.pascal(documentType) %>LocalState,
Expand Down

0 comments on commit 3382dda

Please sign in to comment.