website refactor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import { Box, BoxProps } from './Box';
|
||||
import { Box, BoxProps } from './primitives/Box';
|
||||
|
||||
interface ProgressBarProps extends Omit<BoxProps<'div'>, 'children'> {
|
||||
value: number;
|
||||
|
||||
Reference in New Issue
Block a user