Skip to content

Commit

Permalink
[BUG] Fix Directory Name with trailing space (#385)
Browse files Browse the repository at this point in the history
* removed trailing space from directory name

* updated import

---------

Co-authored-by: Josh Ramos <[email protected]>
  • Loading branch information
josh-ramos-22 and Josh Ramos authored Sep 27, 2023
1 parent b26e913 commit 85cc526
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/packages/editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { buildComponentFactory } from "./componentFactory";
import { OperationManager } from "./operationManager";
import { publishDocument } from "./api/cmsFS/volumes";
import { CMSOperation } from "./api/OTClient/operation";
import CreateCodeBlock from "src/cse-ui-kit/CreateCodeBlock_button ";
import CreateCodeBlock from "src/cse-ui-kit/CreateCodeBlock_button";

import IconButton from "@mui/material/IconButton";
import ArrowBackIcon from "@mui/icons-material/ArrowBack";
Expand Down

0 comments on commit 85cc526

Please sign in to comment.