Skip to content
Snippets Groups Projects
Commit 1df9f171 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

aufräumen

parent a25a8153
No related branches found
No related tags found
No related merge requests found
Pipeline #417509 passed
import React from 'react';
import Card from './Card';
import { joinClassNames } from './classNames';
import { joinClassNames } from '../utils/classNames';
interface EventProps{
......
import React from 'react';
import Event from './Event';
import { joinClassNames } from './classNames';
import { joinClassNames } from '../utils/classNames';
export function ImageAtom({ src, alt }:{src: string, alt: string}) {
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment