We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
0ct0pu5
/
ente
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
af2ccf7449
Ramas
Etiquetas
ashilkn-patch-1
desktop/rc
f-droid
fix_heart
generic_group_by
group_by_size
handle_double_value
main
migrate_files_db_to_sqlite_async
mobile-videoeditor
multipart
old-desktop
placeholder_for_link
rediscovery-2
sepa-fix
set_compile_options
translations/mobile
update_asset
auth-v3.0.4
auth-v3.0.3
auth-v3.0.2
auth-v3.0.1
auth-v3.0.0
auth-v2.0.58
fdroid-v0.8.95
photos-v0.8.94
fdroid-v0.8.94
server/ghcr
photosd-v1.7.0-beta.0
auth-v2.0.56-beta
fdroid-v0.8.82
fdroid-v0.8.81
photos-v0.8.81
fdroid-v0.8.79
photos-v0.8.79
auth-v2.0.55
auth-v2.0.54
auth-v2.0.53
auth-v2.0.52
fdroid-v0.8.75
auth-v2.0.51
photos-v0.8.75
fdroid-v0.8.74
photos-v0.8.74
auth-v2.0.50
cli-v0.1.13
auth-v2.0.48
auth-v2.0.47
auth-v2.0.46
auth-v2.0.45-beta.2
auth-v2.0.45-beta.1
auth-v2.0.44-beta.1
fdroid-v0.8.71
fdroid-v0.8.70
cli-v0.1.12
photos-v0.8.70
photos-v0.8.68
cli-v0.1.12-beta
auth-v2.0.41
auth-v2.0.40
auth-v2.0.36
cli-v0.1.11
v2.0.34-beta0
nightly
v2.0.34
v2.0.30
v2.0.28
v2.0.27
v2.0.26
v2.0.25
v2.0.24
v2.0.22
v2.0.19
v2.0.18
v2.0.15
v2.0.14
v2.0.13
v2.0.12
v2.0.11
v2.0.10
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.1
v2.0.0
v1.0.56
v1.0.55
v1.0.54
v1.0.52
v1.0.51
v1.0.50
v1.0.41
v1.0.40
v1.0.39
v1.0.37
v1.0.34
v1.0.32
v1.0.31
v1.0.28
v1.0.25
v1.0.24
v1.0.23
v1.0.22
v1.0.21
v1.0.18
v1.0.17
v1.0.16
v1.0.15
v1.0.14
v1.0.12
v1.0.11
v1.0.10
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.3
v1.0.2
v1.0.1
v1.0.0
ente
/
web
/
packages
/
ui
/
components
/
Card.tsx
Card.tsx
103 B
Histórico
Raw
1
2
3
4
5
import * as React from "react";
export const Card: React.FC = () => {
return <div>Hello</div>;
};