website refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { ChangeEvent } from 'react';
|
||||
import { Box } from './primitives/Box';
|
||||
import { Text } from './Text';
|
||||
import { ChangeEvent } from 'react';
|
||||
import { Box } from './Box';
|
||||
import { Input } from './Input';
|
||||
import { Text } from './Text';
|
||||
|
||||
export interface DurationFieldProps {
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user