mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
messages: fix merge error
This commit is contained in:
parent
aeb343f83d
commit
41b237538b
@ -1,6 +1,6 @@
|
|||||||
import { Box, Col, Icon, Text } from '@tlon/indigo-react';
|
import { Box, Col, Icon, Text } from '@tlon/indigo-react';
|
||||||
import { Association } from '@urbit/api/metadata';
|
import { Association } from '@urbit/api/metadata';
|
||||||
import React, { ReactElement, ReactNode, useRef } from 'react';
|
import React, { ReactElement, ReactNode, useRef, useState, useCallback } from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
import urbitOb from 'urbit-ob';
|
import urbitOb from 'urbit-ob';
|
||||||
|
Loading…
Reference in New Issue
Block a user