Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/coder/coder into bq/replace…
…-mui-buttons
  • Loading branch information
BrunoQuaresma committed May 15, 2025
commit 27e46585f822afe276307b377b79ab204d52902c
3 changes: 1 addition & 2 deletions site/src/pages/ChatPage/ChatLanding.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useTheme } from "@emotion/react";
import SendIcon from "@mui/icons-material/Send";
import { Button } from "components/Button/Button";
import IconButton from "@mui/material/IconButton";
import Paper from "@mui/material/Paper";
Expand Down Expand Up @@ -162,4 +161,4 @@ const ChatLanding: FC = () => {
);
};

export default ChatLanding;
export default ChatLanding;
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.