chore(refactor): clean up component folder structure

This commit is contained in:
Paul Makles
2022-06-12 15:24:00 +01:00
parent 645e1af6db
commit 8eefc87b05
15 changed files with 246 additions and 200 deletions

View File

@@ -2,8 +2,8 @@ import styled from "styled-components/macro";
import { Text } from "preact-i18n";
import darkSVG from "./dark.svg";
import lightSVG from "./light.svg";
import darkSVG from "./assets/dark.svg";
import lightSVG from "./assets/light.svg";
const List = styled.div`
gap: 8px;