Update src/app/features/room-nav/RoomNavUser.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar 2025-06-17 11:38:11 -05:00 committed by GitHub
parent f74feec123
commit aca2a40309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
import { Avatar, Box, Icon, Icons } from 'folds';
import { Avatar, Box, Icon, Icons, Text } from 'folds';
import React from 'react';
import { Room, RoomMember } from 'matrix-js-sdk';
import { NavItem, NavItemContent } from '../../components/nav';