diff --git a/packages/manager/src/features/Profile/DisplaySettings/AvatarForm.tsx b/packages/manager/src/features/Profile/DisplaySettings/AvatarForm.tsx index f6ad7df75b0..87d29ba8c34 100644 --- a/packages/manager/src/features/Profile/DisplaySettings/AvatarForm.tsx +++ b/packages/manager/src/features/Profile/DisplaySettings/AvatarForm.tsx @@ -1,8 +1,8 @@ +import { Box } from '@linode/ui'; import { styled } from '@mui/material/styles'; import React from 'react'; import { Avatar } from 'src/components/Avatar/Avatar'; -import { Box } from 'src/components/Box'; import { Button } from 'src/components/Button/Button'; import { Typography } from 'src/components/Typography';