improve repo setup

This commit is contained in:
Rene Haas
2022-10-18 00:23:01 +02:00
parent 2060498dee
commit 7a1593803d
14 changed files with 5786 additions and 2888 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useEffect, useRef } from 'react';
import { OverlayScrollbars } from '@~package/overlayscrollbars';
import { OverlayScrollbars } from 'overlayscrollbars';
import type { ComponentProps } from 'react';
export const Pre = ({ children }: ComponentProps<'pre'>) => {