mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: add shared collection page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import styled from '@emotion/styled';
|
||||
import { Link } from '@inertiajs/react';
|
||||
import ExternalLink from '~/components/common/external_link';
|
||||
import { rgba } from '~/lib/color';
|
||||
|
||||
export const Item = styled.div(({ theme }) => ({
|
||||
@@ -27,3 +28,4 @@ export const Item = styled.div(({ theme }) => ({
|
||||
}));
|
||||
|
||||
export const ItemLink = Item.withComponent(Link);
|
||||
export const ItemExternalLink = Item.withComponent(ExternalLink);
|
||||
|
||||
Reference in New Issue
Block a user