begin first notes page

This commit is contained in:
Felix Roos 2023-05-27 13:31:18 +02:00
parent fc06181217
commit 4e575c44b3
5 changed files with 267 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import ChevronDownIcon from '@heroicons/react/20/solid/ChevronDownIcon';
import ChevronUpIcon from '@heroicons/react/20/solid/ChevronUpIcon';
import React from 'react';
import { useState } from 'react';
export default function QA({ children, q }) {