website refactor
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
|
||||
import { Box } from './Box';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Link } from './Link';
|
||||
import { Text } from './Text';
|
||||
import { Surface } from './Surface';
|
||||
import { Surface } from './primitives/Surface';
|
||||
|
||||
interface ActivityItemProps {
|
||||
headline: string;
|
||||
|
||||
Reference in New Issue
Block a user