mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-27 22:45:25 +00:00
14 lines
242 B
JavaScript
14 lines
242 B
JavaScript
import test from 'test';
|
|
import component from './component';
|
|
|
|
/**
|
|
* This is a comment
|
|
*/
|
|
import Tooltip from '../tooltip';
|
|
import VisuallyHidden from '../visually-hidden';
|
|
|
|
/**
|
|
* This is another comment
|
|
*/
|
|
import {Label} from './label';
|