/* * Copyright (c) 2026 by Christian Kellner. * Licensed under Apache-2.0 with Commons Clause and Attribution/Naming Clause */ import logo from '../../assets/logo.png'; import logoWhite from '../../assets/logo_white.png'; import './Logo.less'; export default function Logo({ width = 350, white = false } = {}) { return Fredy Logo; }