mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
feat: create component library + use in relevant places (#2229)
This commit is contained in:
parent
da9e2ba0d6
commit
1377ab51a5
64 changed files with 2163 additions and 823 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { Button, Checkbox, Input, Label } from 'flowbite-svelte';
|
||||
import { Button, Checkbox, Input, Label } from 'components';
|
||||
import ProtocolClient from '../ProtocolClient';
|
||||
|
||||
let {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue