/** * Credits */ import React from "react"; export default function Credits({ visible, open, onToggle }) { return ( <>
onToggle(true)} > Credits
event.stopPropagation()}>
onToggle(false)} />

BIBLIOGRAPHY

); } const CREDITS_STRINGS = { site: `

CREDITS

Curator:
Nadim Samman
Developer:
Jules LaPlace
Commissioned by:
KW Institute for Contemporary Art
Auguststraße 69
10117 Berlin
Tel. +49 30 243459-0
Fax +49 30 243459-99
info@kw-berlin.de

KW Institute for Contemporary Art is institutionally supported by the Senate Department for Culture and Europe, Berlin.
`, press: `

No6092

Press Enquiries:
Natanja von Stosch
Tel. +49 30 243459 41
nvs@kw-berlin.de
Press Releases and Image Material:
kw-berlin.de/en/press `, sponsors: `

SPONSORS

`, bibliography1: ` Bibliography `, bibliography2: ` Bibliography `, bibliography3: ` Bibliography `, bibliography4: ` Bibliography `, };