mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:43:10 +02:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export * from './index';
|
|
import classNames from './index';
|
|
|
|
export default classNames;
|