Skip to content

Commit

Permalink
feat: refactor student manager to single repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiin Kim authored and Jiin Kim committed Dec 14, 2024
1 parent b2906ee commit fba1442
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/docs.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import fs from 'fs';
import path from 'path';
import YAML from 'yaml';
import { glob } from 'glob';
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
const fs = require('fs');
const path = require('path');
const YAML = require('yaml');
const { glob } = require('glob');
const yargs = require('yargs');
const { hideBin } = require('yargs/helpers');

// ANSI color codes for prettier console output
const colors = {
Expand Down

0 comments on commit fba1442

Please sign in to comment.